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