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