]> git.lyx.org Git - lyx.git/blob - development/qmake/insets/insets.pro
add QT_NO_KEYWORDS
[lyx.git] / development / qmake / insets / insets.pro
1
2 include(../config.pri)
3
4 TARGET = lyxinsets$${DEBUGSUFFIX}
5
6 QT =
7
8 INC += src
9 INC += src/insets
10 INC += boost
11
12 HPP += ExternalSupport.h
13 HPP += ExternalTemplate.h
14 HPP += ExternalTransforms.h
15 HPP += Inset.h
16 HPP += InsetBibitem.h
17 HPP += InsetBibtex.h
18 HPP += InsetBox.h
19 HPP += InsetBranch.h
20 HPP += InsetCaption.h
21 HPP += InsetCharStyle.h
22 HPP += InsetCitation.h
23 HPP += InsetCollapsable.h
24 HPP += InsetCommand.h
25 HPP += InsetCommandParams.h
26 HPP += InsetERT.h
27 HPP += InsetEnvironment.h
28 HPP += InsetExternal.h
29 HPP += InsetFloat.h
30 HPP += InsetFloatList.h
31 HPP += InsetFoot.h
32 HPP += InsetFootlike.h
33 HPP += InsetGraphics.h
34 HPP += InsetGraphicsParams.h
35 HPP += InsetHFill.h
36 HPP += InsetInclude.h
37 HPP += InsetIndex.h
38 HPP += InsetLabel.h
39 HPP += InsetLine.h
40 HPP += InsetListings.h
41 HPP += InsetListingsParams.h
42 HPP += InsetMarginal.h
43 HPP += InsetNewline.h
44 HPP += InsetNomencl.h
45 HPP += InsetNote.h
46 HPP += InsetOptArg.h
47 HPP += InsetPagebreak.h
48 HPP += InsetQuotes.h
49 HPP += InsetRef.h
50 HPP += InsetSpace.h
51 HPP += InsetSpecialChar.h
52 HPP += InsetTOC.h
53 HPP += InsetTabular.h
54 HPP += InsetText.h
55 #HPP += InsetTheorem.h
56 HPP += InsetUrl.h
57 HPP += InsetVSpace.h
58 HPP += InsetWrap.h
59 HPP += MailInset.h
60 HPP += RenderBase.h
61 HPP += RenderButton.h
62 HPP += RenderGraphic.h
63 HPP += RenderPreview.h
64
65 CPP += ExternalSupport.cpp
66 CPP += ExternalTemplate.cpp
67 CPP += ExternalTransforms.cpp
68 CPP += Inset.cpp
69 CPP += InsetBibitem.cpp
70 CPP += InsetBibtex.cpp
71 CPP += InsetBox.cpp
72 CPP += InsetBranch.cpp
73 CPP += InsetCaption.cpp
74 CPP += InsetCharStyle.cpp
75 CPP += InsetCitation.cpp
76 CPP += InsetCollapsable.cpp
77 CPP += InsetCommand.cpp
78 CPP += InsetCommandParams.cpp
79 CPP += InsetERT.cpp
80 CPP += InsetEnvironment.cpp
81 CPP += InsetExternal.cpp
82 CPP += InsetFloat.cpp
83 CPP += InsetFloatList.cpp
84 CPP += InsetFoot.cpp
85 CPP += InsetFootlike.cpp
86 CPP += InsetGraphics.cpp
87 CPP += InsetGraphicsParams.cpp
88 CPP += InsetHFill.cpp
89 CPP += InsetInclude.cpp
90 CPP += InsetIndex.cpp
91 CPP += InsetLabel.cpp
92 CPP += InsetLine.cpp
93 CPP += InsetListings.cpp
94 CPP += InsetListingsParams.cpp
95 CPP += InsetMarginal.cpp
96 CPP += InsetNewline.cpp
97 CPP += InsetNomencl.cpp
98 CPP += InsetNote.cpp
99 CPP += InsetOptArg.cpp
100 CPP += InsetPagebreak.cpp
101 CPP += InsetQuotes.cpp
102 CPP += InsetRef.cpp
103 CPP += InsetSpace.cpp
104 CPP += InsetSpecialChar.cpp
105 CPP += InsetTOC.cpp
106 CPP += InsetTabular.cpp
107 CPP += InsetText.cpp
108 #CPP += InsetTheorem.cpp
109 CPP += InsetUrl.cpp
110 CPP += InsetVSpace.cpp
111 CPP += InsetWrap.cpp
112 CPP += MailInset.cpp
113 CPP += RenderButton.cpp
114 CPP += RenderGraphic.cpp
115 CPP += RenderPreview.cpp
116
117 for(FILE,CPP) { SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/insets/$${FILE} }
118 for(FILE,HPP) { HEADERS += $${BUILD_BASE_SOURCE_DIR}/src/insets/$${FILE} }
119 for(PATH,INC) { INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/$${PATH} }