]> git.lyx.org Git - lyx.git/blob - development/qmake/support/support.pro
Thanks to Ignacio, we have a new Spanish UserGuide!
[lyx.git] / development / qmake / support / support.pro
1
2 include(../config.pri)
3
4 TARGET = lyxsupport$${DEBUGSUFFIX}
5
6 QT = core
7
8 INC += boost
9 INC += src
10 INC += src/support/minizip
11
12 HPP += ExceptionMessage.h
13 HPP += FileFilterList.h
14 HPP += FileMonitor.h
15 HPP += FileName.h
16 HPP += ForkedCallQueue.h
17 HPP += Forkedcall.h
18 HPP += ForkedcallsController.h
19 HPP += Package.h
20 HPP += Path.h
21 HPP += RandomAccessList.h
22 HPP += Systemcall.h
23 HPP += Timeout.h
24 HPP += Translator.h
25 HPP += convert.h
26 HPP += copied_ptr.h
27 HPP += cow_ptr.h
28 HPP += debugstream.h
29 HPP += docstream.h
30 HPP += docstring.h
31 HPP += environment.h
32 HPP += filetools.h
33 HPP += fs_extras.h
34 HPP += gzstream.h
35 HPP += limited_stack.h
36 HPP += lstrings.h
37 HPP += lyxalgo.h
38 HPP += lyxlib.h
39 HPP += lyxmanip.h
40 HPP += lyxtime.h
41 HPP += os.h
42 HPP += os_win32.h
43 HPP += pch.h
44 HPP += qstring_helpers.h
45 HPP += socktools.h
46 HPP += std_istream.h
47 HPP += std_ostream.h
48 HPP += textutils.h
49 HPP += types.h
50 HPP += unicode.h
51 HPP += userinfo.h
52
53 HPP += minizip/crypt.h
54 HPP += minizip/ioapi.h
55 HPP += minizip/iowin32.h
56 HPP += minizip/unzip.h
57 HPP += minizip/zip.h
58
59 CPP += FileFilterList.cpp
60 CPP += FileMonitor.cpp
61 CPP += FileName.cpp
62 CPP += ForkedCallQueue.cpp
63 CPP += Forkedcall.cpp
64 CPP += ForkedcallsController.cpp
65 CPP += Package.cpp
66 CPP += Path.cpp
67 CPP += Systemcall.cpp
68 CPP += Timeout.cpp
69 CPP += abort.cpp
70 CPP += chdir.cpp
71 CPP += convert.cpp
72 CPP += copy.cpp
73 CPP += docstream.cpp
74 CPP += docstring.cpp
75 CPP += environment.cpp
76 CPP += filetools.cpp
77 CPP += fs_extras.cpp
78 CPP += getcwd.cpp
79 CPP += gzstream.cpp
80 CPP += kill.cpp
81 CPP += lstrings.cpp
82 CPP += lyxsum.cpp
83 CPP += lyxtime.cpp
84 CPP += mkdir.cpp
85 CPP += os.cpp
86 CPP += qstring_helpers.cpp
87 CPP += rename.cpp
88 CPP += socktools.cpp
89 CPP += tempname.cpp
90 CPP += textutils.cpp
91 CPP += unicode.cpp
92 CPP += unlink.cpp
93 CPP += userinfo.cpp
94
95 CPP += minizip/ioapi.c
96 CPP += minizip/iowin32.c
97 CPP += minizip/unzip.c
98 CPP += minizip/zip.c
99
100 for(FILE,CPP) { SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/support/$${FILE} }
101 for(FILE,HPP) { HEADERS += $${BUILD_BASE_SOURCE_DIR}/src/support/$${FILE} }
102 for(PATH,INC) { INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/$${PATH} }