~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to src/gui/guilib.pro

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#################################################################
2
 
#
3
 
#         QMAKE Project File for Quantum GIS 
4
 
5
 
#                   Tim Sutton 2006
6
 
#
7
 
# NOTE: Do not place any hard coded external paths in this file
8
 
#       all libs and includes should be specified in settings.pro
9
 
#       in the top level qgis directory.
10
 
11
 
#################################################################
12
 
 
13
 
#
14
 
# This file builds the gui library - the app is built in a separate pro file
15
 
#
16
 
 
17
 
include(../../settings.pro)
18
 
include(../ui/ui.pro)
19
 
TEMPLATE=lib
20
 
TARGET=qgis_gui
21
 
#suffix debug to target if applicable
22
 
CONFIG(debug, debug|release){
23
 
  TARGET = $$member(TARGET, 0)-debug
24
 
}
25
 
LIBS += $${GDALLIBADD}
26
 
LIBS += $${POSTGRESLIBADD}
27
 
#LIBS += $${GEOSLIBADD}
28
 
#LIBS += $${PROJLIBADD}
29
 
LIBS += $${QGISCORELIBADD}
30
 
LIBS += $${QGISPROJECTIONSELECTORLIBADD}
31
 
message("QGIS Core Lib: $${QGISCORELIBADD}")
32
 
message("QGIS Projection Selector Lib: $${QGISPROJECTIONSELECTORLIBADD}")
33
 
message("QGIS Composer Lib: $${QGISCOMPOSERLIBADD}")
34
 
message("LIBS: $${LIBS}")
35
 
DESTDIR=$${QGISLIBDIR}
36
 
QT += qt3support svg core gui xml network
37
 
message("Building libs into $${DESTDIR}")
38
 
 
39
 
 
40
 
HEADERS =                                                       \
41
 
                qgisapp.h                                       \
42
 
                qgisiface.h                                     \
43
 
                qgisinterface.h                                 \
44
 
                qgsabout.h                                      \
45
 
                qgsaddattrdialog.h                              \
46
 
                qgsattributeaction.h                            \
47
 
                qgsattributeactiondialog.h                      \
48
 
                qgsattributedialog.h                            \
49
 
                qgsattributetable.h                             \
50
 
                qgsattributetabledisplay.h                      \
51
 
                qgsbookmarks.h                                  \       
52
 
                qgsclipboard.h                                  \
53
 
                qgscolorbutton.h                                \
54
 
                qgscontinuouscolordialog.h                      \
55
 
                qgscontinuouscolorrenderer.h                    \
56
 
                qgscsexception.h                                \
57
 
                qgscursors.h                                    \
58
 
                qgscustomprojectiondialog.h                     \
59
 
                qgsdelattrdialog.h                              \
60
 
                qgsencodingfiledialog.h                         \
61
 
                qgsgeomtypedialog.h                             \
62
 
                qgsgraduatedsymboldialog.h                      \
63
 
                qgsgraduatedsymbolrenderer.h                    \
64
 
                qgshelpviewer.h                                 \
65
 
                qgsidentifyresults.h                            \
66
 
                qgslabel.h                                      \
67
 
                qgslabeldialog.h                                \
68
 
                qgslayerprojectionselector.h                    \
69
 
                qgslinestyledialog.h                            \
70
 
                qgsludialog.h                                   \
71
 
                qgsmapcanvas.h                                  \
72
 
                qgsmapcanvasitem.h                              \
73
 
                qgsmapcanvasmap.h                               \
74
 
                qgsmaplayer.h                                   \
75
 
                qgsmaplayerinterface.h                          \
76
 
                qgsmaplayerregistry.h                           \
77
 
                qgsmaplayerset.h                                \
78
 
                qgsmapoverviewcanvas.h                          \
79
 
                qgsmaprender.h                                  \
80
 
                qgsmaptool.h                                    \
81
 
                qgsmaptoolcapture.h                             \
82
 
                qgsmaptoolidentify.h                            \
83
 
                qgsmaptoolpan.h                                 \
84
 
                qgsmaptoolselect.h                              \
85
 
                qgsmaptoolvertexedit.h                          \
86
 
                qgsmaptoolzoom.h                                \
87
 
                qgsmarkerdialog.h                               \
88
 
                qgsmeasure.h                                    \
89
 
                qgsmessageviewer.h                              \
90
 
                qgsnewhttpconnection.h                          \
91
 
                qgsoptions.h                                    \
92
 
                qgspastetransformations.h                       \
93
 
                qgspatterndialog.h                              \
94
 
                qgspluginmanager.h                              \
95
 
                qgspluginregistry.h                             \
96
 
                qgspluginmetadata.h                             \
97
 
                qgsproject.h                                    \
98
 
                qgsprojectproperties.h                          \
99
 
                qgsrasterlayerproperties.h                      \
100
 
                qgsrubberband.h                                 \
101
 
                qgsrunprocess.h                                 \
102
 
                qgssearchquerybuilder.h                         \
103
 
                qgsserversourceselect.h                         \
104
 
                qgssinglesymboldialog.h                         \
105
 
                qgssinglesymbolrenderer.h                       \
106
 
                qgsuniquevaluedialog.h                          \
107
 
                qgsuniquevaluerenderer.h                        \
108
 
                qgsvectorfilewriter.h                           \
109
 
                qgsvectorlayer.h                        \
110
 
                qgsvectorlayerproperties.h                      \
111
 
                qgsvertexmarker.h                               \
112
 
                ../raster/qgsrasterbandstats.h                  \
113
 
                ../raster/qgsrasterpyramid.h            \
114
 
                ../raster/qgsrasterlayer.h              \
115
 
                ../raster/qgsrasterviewport.h           \
116
 
                ../legend/qgslegend.h                   \
117
 
                ../legend/qgslegenditem.h               \
118
 
                ../legend/qgslegendlayer.h              \
119
 
                ../legend/qgslegendlayerfile.h          \
120
 
                ../legend/qgslegendlayerfilegroup.h     \
121
 
                ../legend/qgslegendpropertygroup.h      \
122
 
                ../legend/qgslegendpropertyitem.h       \
123
 
                ../legend/qgslegendsymbologygroup.h     \
124
 
                ../legend/qgslegendsymbologyitem.h      \
125
 
                ../legend/qgslegendvectorsymbologyitem.h \
126
 
                ../composer/qgscomposer.h \
127
 
                ../composer/qgscomposeritem.h   \
128
 
                ../composer/qgscomposerlabel.h  \
129
 
                ../composer/qgscomposerpicture.h        \
130
 
                ../composer/qgscomposermap.h    \
131
 
                ../composer/qgscomposerscalebar.h       \
132
 
                ../composer/qgscomposervectorlegend.h \
133
 
                ../composer/qgscomposerview.h   \
134
 
                ../composer/qgscomposition.h \                                  
135
 
                qgsdbsourceselect.h \            
136
 
                qgsnewconnection.h \             
137
 
                qgspgquerybuilder.h \           
138
 
                qgspgutil.h #from pg lib
139
 
 
140
 
SOURCES =                                       \
141
 
                qgisapp.cpp                     \ # needed to ensure ui gets build for qgsiface
142
 
                qgsattributeaction.cpp          \
143
 
                qgisiface.cpp                   \
144
 
                qgisinterface.cpp               \
145
 
                qgsabout.cpp                    \
146
 
                qgsaddattrdialog.cpp            \
147
 
                qgsattributeactiondialog.cpp    \
148
 
                qgsattributedialog.cpp          \
149
 
                qgsattributetable.cpp           \
150
 
                qgsattributetabledisplay.cpp    \
151
 
                qgsbookmarks.cpp                \
152
 
                qgsclipboard.cpp                \
153
 
                qgscolorbutton.cpp              \
154
 
                qgscontinuouscolordialog.cpp    \
155
 
                qgscontinuouscolorrenderer.cpp  \
156
 
                qgscursors.cpp                  \
157
 
                qgscustomprojectiondialog.cpp   \
158
 
                qgsdelattrdialog.cpp            \
159
 
                qgsencodingfiledialog.cpp       \
160
 
                qgsgeomtypedialog.cpp           \
161
 
                qgsgraduatedsymboldialog.cpp    \
162
 
                qgsgraduatedsymbolrenderer.cpp  \
163
 
                qgshelpviewer.cpp               \
164
 
                qgsidentifyresults.cpp          \
165
 
                qgslabel.cpp                    \
166
 
                qgslabeldialog.cpp              \
167
 
                qgslayerprojectionselector.cpp  \
168
 
                qgslinestyledialog.cpp          \
169
 
                qgsludialog.cpp                 \
170
 
                qgsmapcanvas.cpp                \
171
 
                qgsmapcanvasitem.cpp            \
172
 
                qgsmapcanvasmap.cpp             \
173
 
                qgsmaplayer.cpp                 \
174
 
                qgsmaplayerregistry.cpp         \
175
 
                qgsmaplayerset.cpp              \
176
 
                qgsmapoverviewcanvas.cpp        \
177
 
                qgsmaprender.cpp                \
178
 
                qgsmaptool.cpp                  \
179
 
                qgsmaptoolcapture.cpp           \
180
 
                qgsmaptoolidentify.cpp          \
181
 
                qgsmaptoolpan.cpp               \
182
 
                qgsmaptoolselect.cpp            \
183
 
                qgsmaptoolvertexedit.cpp        \
184
 
                qgsmaptoolzoom.cpp              \
185
 
                qgsmarkerdialog.cpp             \
186
 
                qgsmeasure.cpp                  \
187
 
                qgsmessageviewer.cpp            \
188
 
                qgsnewhttpconnection.cpp        \
189
 
                qgsoptions.cpp                  \
190
 
                qgspastetransformations.cpp     \
191
 
                qgspatterndialog.cpp            \
192
 
                qgspluginregistry.cpp           \
193
 
                qgspluginmanager.cpp            \
194
 
                qgspluginmetadata.cpp           \
195
 
                qgsproject.cpp                  \
196
 
                qgsprojectproperties.cpp        \
197
 
                qgsrasterlayerproperties.cpp    \
198
 
                qgsrubberband.cpp               \
199
 
                qgsrunprocess.cpp               \
200
 
                qgssearchquerybuilder.cpp       \
201
 
                qgsserversourceselect.cpp       \
202
 
                qgssinglesymboldialog.cpp       \
203
 
                qgssinglesymbolrenderer.cpp     \
204
 
                qgsuniquevaluedialog.cpp        \
205
 
                qgsuniquevaluerenderer.cpp      \
206
 
                qgsvectorfilewriter.cpp         \
207
 
                qgsvectorlayer.cpp              \
208
 
                qgsvectorlayerproperties.cpp    \
209
 
                qgsvertexmarker.cpp             \
210
 
                ../raster/qgsrasterlayer.cpp    \
211
 
                ../legend/qgslegendgroup.cpp    \
212
 
                ../legend/qgslegend.cpp         \
213
 
                ../legend/qgslegenditem.cpp     \
214
 
                ../legend/qgslegendlayer.cpp    \
215
 
                ../legend/qgslegendlayerfile.cpp \
216
 
                ../legend/qgslegendlayerfilegroup.cpp \
217
 
                ../legend/qgslegendpropertygroup.cpp \
218
 
                ../legend/qgslegendpropertyitem.cpp \
219
 
                ../legend/qgslegendsymbologygroup.cpp \
220
 
                ../legend/qgslegendsymbologyitem.cpp \
221
 
                ../legend/qgslegendvectorsymbologyitem.cpp \
222
 
                ../composer/qgscomposer.cpp \
223
 
                ../composer/qgscomposeritem.cpp        \
224
 
                ../composer/qgscomposerlabel.cpp               \
225
 
                ../composer/qgscomposerpicture.cpp             \
226
 
                ../composer/qgscomposermap.cpp         \
227
 
                ../composer/qgscomposerscalebar.cpp            \
228
 
                ../composer/qgscomposervectorlegend.cpp    \
229
 
                ../composer/qgscomposerview.cpp        \
230
 
                ../composer/qgscomposition.cpp \                                        
231
 
                qgsdbsourceselect.cpp \          
232
 
                qgsnewconnection.cpp \           
233
 
                qgspgquerybuilder.cpp \         
234
 
                qgspgutil.cpp # from pg lib
235
 
 
236