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