]> git.lyx.org Git - lyx.git/blob - development/qmake/controllers/controllers.pro
Thanks to Ignacio, we have a new Spanish UserGuide!
[lyx.git] / development / qmake / controllers / controllers.pro
1
2 include(../config.pri)
3
4 TARGET = lyxcontrollers$${DEBUGSUFFIX}
5
6 INC += boost
7 INC += src
8
9 HPP += BCView.h
10 HPP += ButtonController.h
11 HPP += ButtonPolicy.h
12 HPP += ControlAboutlyx.h
13 HPP += ControlBibtex.h
14 HPP += ControlBox.h
15 HPP += ControlBranch.h
16 HPP += ControlChanges.h
17 HPP += ControlCharacter.h
18 HPP += ControlCitation.h
19 HPP += ControlCommand.h
20 HPP += ControlCommandBuffer.h
21 HPP += ControlDocument.h
22 HPP += ControlERT.h
23 HPP += ControlErrorList.h
24 HPP += ControlExternal.h
25 HPP += ControlFloat.h
26 HPP += ControlGraphics.h
27 HPP += ControlInclude.h
28 HPP += ControlListings.h
29 HPP += ControlLog.h
30 HPP += ControlMath.h
31 HPP += ControlNote.h
32 HPP += ControlParagraph.h
33 HPP += ControlPrefs.h
34 HPP += ControlPrint.h
35 HPP += ControlRef.h
36 HPP += ControlSearch.h
37 HPP += ControlSendto.h
38 HPP += ControlShowFile.h
39 HPP += ControlSpellchecker.h
40 HPP += ControlTabular.h
41 HPP += ControlTabularCreate.h
42 HPP += ControlTexinfo.h
43 HPP += ControlThesaurus.h
44 HPP += ControlToc.h
45 HPP += ControlVSpace.h
46 HPP += ControlViewSource.h
47 HPP += ControlWrap.h
48 HPP += Dialog.h
49 HPP += Kernel.h
50 HPP += frontend_helpers.h
51
52 CPP += BCView.cpp
53 CPP += ButtonController.cpp
54 CPP += ButtonPolicy.cpp
55 CPP += ControlAboutlyx.cpp
56 CPP += ControlBibtex.cpp
57 CPP += ControlBox.cpp
58 CPP += ControlBranch.cpp
59 CPP += ControlChanges.cpp
60 CPP += ControlCharacter.cpp
61 CPP += ControlCitation.cpp
62 CPP += ControlCommand.cpp
63 CPP += ControlCommandBuffer.cpp
64 CPP += ControlDocument.cpp
65 CPP += ControlERT.cpp
66 CPP += ControlErrorList.cpp
67 CPP += ControlExternal.cpp
68 CPP += ControlFloat.cpp
69 CPP += ControlGraphics.cpp
70 CPP += ControlInclude.cpp
71 CPP += ControlListings.cpp
72 CPP += ControlLog.cpp
73 CPP += ControlMath.cpp
74 CPP += ControlNote.cpp
75 CPP += ControlParagraph.cpp
76 CPP += ControlPrefs.cpp
77 CPP += ControlPrint.cpp
78 CPP += ControlRef.cpp
79 CPP += ControlSearch.cpp
80 CPP += ControlSendto.cpp
81 CPP += ControlShowFile.cpp
82 CPP += ControlSpellchecker.cpp
83 CPP += ControlTabular.cpp
84 CPP += ControlTabularCreate.cpp
85 CPP += ControlTexinfo.cpp
86 CPP += ControlThesaurus.cpp
87 CPP += ControlToc.cpp
88 CPP += ControlVSpace.cpp
89 CPP += ControlViewSource.cpp
90 CPP += ControlWrap.cpp
91 CPP += Dialog.cpp
92 CPP += Kernel.cpp
93 CPP += frontend_helpers.cpp
94
95 BASE = $${BUILD_BASE_SOURCE_DIR}/src/frontends/controllers
96 for(FILE,CPP) { SOURCES += $${BASE}/$${FILE} }
97 for(FILE,HPP) { HEADERS += $${BASE}/$${FILE} }
98 for(PATH,INC) { INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/$${PATH} }