@@ -175,27 +175,6 @@ SET(QGIS_APP_SRCS
175
175
devtools/profiler/qgsprofilerpanelwidget.cpp
176
176
devtools/profiler/qgsprofilerwidgetfactory.cpp
177
177
178
- georeferencer/qgsgcpcanvasitem.cpp
179
- georeferencer/qgsgeorefconfigdialog.cpp
180
- georeferencer/qgsgeorefdatapoint.cpp
181
- georeferencer/qgsgeorefdelegates.cpp
182
- georeferencer/qgsgeorefdescriptiondialog.cpp
183
- georeferencer/qgsgeorefplugin.cpp
184
- georeferencer/qgsgeorefplugingui.cpp
185
- georeferencer/qgsgeoreftooladdpoint.cpp
186
- georeferencer/qgsgeoreftooldeletepoint.cpp
187
- georeferencer/qgsgeoreftoolmovepoint.cpp
188
- georeferencer/qgsgeorefvalidators.cpp
189
- georeferencer/qgsleastsquares.cpp
190
- georeferencer/qgsmapcoordsdialog.cpp
191
- georeferencer/qgsresidualplotitem.cpp
192
- georeferencer/qgstransformsettingsdialog.cpp
193
- georeferencer/qgsgcplist.cpp
194
- georeferencer/qgsgcplistmodel.cpp
195
- georeferencer/qgsimagewarper.cpp
196
- georeferencer/qgsgeoreftransform.cpp
197
- georeferencer/qgsgcplistwidget.cpp
198
- georeferencer/qgsrasterchangecoords.cpp
199
178
georeferencer/qgsvalidateddoublespinbox.cpp
200
179
201
180
labeling/qgslabelpropertydialog.cpp
@@ -252,6 +231,32 @@ SET(QGIS_APP_SRCS
252
231
mesh/qgsmeshvariablestrokewidthwidget.cpp
253
232
)
254
233
234
+ IF (WITH_GEOREFERENCER )
235
+ SET (QGIS_APP_SRCS
236
+ ${QGIS_APP_SRCS}
237
+ georeferencer/qgsgcpcanvasitem.cpp
238
+ georeferencer/qgsgeorefconfigdialog.cpp
239
+ georeferencer/qgsgeorefdatapoint.cpp
240
+ georeferencer/qgsgeorefdelegates.cpp
241
+ georeferencer/qgsgeorefdescriptiondialog.cpp
242
+ georeferencer/qgsgeorefplugingui.cpp
243
+ georeferencer/qgsgeoreftooladdpoint.cpp
244
+ georeferencer/qgsgeoreftooldeletepoint.cpp
245
+ georeferencer/qgsgeoreftoolmovepoint.cpp
246
+ georeferencer/qgsgeorefvalidators.cpp
247
+ georeferencer/qgsleastsquares.cpp
248
+ georeferencer/qgsmapcoordsdialog.cpp
249
+ georeferencer/qgsresidualplotitem.cpp
250
+ georeferencer/qgstransformsettingsdialog.cpp
251
+ georeferencer/qgsgcplist.cpp
252
+ georeferencer/qgsgcplistmodel.cpp
253
+ georeferencer/qgsimagewarper.cpp
254
+ georeferencer/qgsgeoreftransform.cpp
255
+ georeferencer/qgsgcplistwidget.cpp
256
+ georeferencer/qgsrasterchangecoords.cpp
257
+ )
258
+ ENDIF (WITH_GEOREFERENCER )
259
+
255
260
IF (WITH_3D )
256
261
SET (QGIS_APP_SRCS
257
262
${QGIS_APP_SRCS}
0 commit comments