@@ -27,17 +27,6 @@ SET(QGIS_APP_SRCS
27
27
qgscustomization.cpp
28
28
qgscustomprojectiondialog.cpp
29
29
qgsdatumtransformtablewidget.cpp
30
- qgsdecorationitem.cpp
31
- qgsdecorationcopyright.cpp
32
- qgsdecorationcopyrightdialog.cpp
33
- qgsdecorationlayoutextent.cpp
34
- qgsdecorationlayoutextentdialog.cpp
35
- qgsdecorationnortharrow.cpp
36
- qgsdecorationnortharrowdialog.cpp
37
- qgsdecorationscalebar.cpp
38
- qgsdecorationscalebardialog.cpp
39
- qgsdecorationgrid.cpp
40
- qgsdecorationgriddialog.cpp
41
30
qgsdiscoverrelationsdlg.cpp
42
31
qgsdxfexportdialog.cpp
43
32
qgsformannotationdialog.cpp
@@ -119,6 +108,18 @@ SET(QGIS_APP_SRCS
119
108
qgsmaptoolsvgannotation.cpp
120
109
qgsmaptooltextannotation.cpp
121
110
111
+ decorations/qgsdecorationitem.cpp
112
+ decorations/qgsdecorationcopyright.cpp
113
+ decorations/qgsdecorationcopyrightdialog.cpp
114
+ decorations/qgsdecorationlayoutextent.cpp
115
+ decorations/qgsdecorationlayoutextentdialog.cpp
116
+ decorations/qgsdecorationnortharrow.cpp
117
+ decorations/qgsdecorationnortharrowdialog.cpp
118
+ decorations/qgsdecorationscalebar.cpp
119
+ decorations/qgsdecorationscalebardialog.cpp
120
+ decorations/qgsdecorationgrid.cpp
121
+ decorations/qgsdecorationgriddialog.cpp
122
+
122
123
vertextool/qgsselectedfeature.cpp
123
124
vertextool/qgsvertexentry.cpp
124
125
vertextool/qgsvertexeditor.cpp
@@ -258,17 +259,6 @@ SET (QGIS_APP_MOC_HDRS
258
259
qgscustomization.h
259
260
qgscustomprojectiondialog.h
260
261
qgsdatumtransformtablewidget.h
261
- qgsdecorationitem.h
262
- qgsdecorationcopyright.h
263
- qgsdecorationcopyrightdialog.h
264
- qgsdecorationlayoutextent.h
265
- qgsdecorationlayoutextentdialog.h
266
- qgsdecorationnortharrow.h
267
- qgsdecorationnortharrowdialog.h
268
- qgsdecorationscalebar.h
269
- qgsdecorationscalebardialog.h
270
- qgsdecorationgrid.h
271
- qgsdecorationgriddialog.h
272
262
qgsdelattrdialog.h
273
263
qgsdiagramproperties.h
274
264
qgsdiscoverrelationsdlg.h
@@ -370,6 +360,18 @@ SET (QGIS_APP_MOC_HDRS
370
360
qgsmaptoolregularpolygoncenterpoint.h
371
361
qgsmaptoolregularpolygoncentercorner.h
372
362
363
+ decorations/qgsdecorationitem.h
364
+ decorations/qgsdecorationcopyright.h
365
+ decorations/qgsdecorationcopyrightdialog.h
366
+ decorations/qgsdecorationlayoutextent.h
367
+ decorations/qgsdecorationlayoutextentdialog.h
368
+ decorations/qgsdecorationnortharrow.h
369
+ decorations/qgsdecorationnortharrowdialog.h
370
+ decorations/qgsdecorationscalebar.h
371
+ decorations/qgsdecorationscalebardialog.h
372
+ decorations/qgsdecorationgrid.h
373
+ decorations/qgsdecorationgriddialog.h
374
+
373
375
vertextool/qgsselectedfeature.h
374
376
vertextool/qgsvertexeditor.h
375
377
vertextool/qgsvertextool.h
@@ -632,6 +634,7 @@ INCLUDE_DIRECTORIES(
632
634
${CMAKE_SOURCE_DIR} /external/nmea
633
635
634
636
${CMAKE_SOURCE_DIR} /src/app
637
+ ${CMAKE_SOURCE_DIR} /src/app/decorations
635
638
${CMAKE_SOURCE_DIR} /src/app/layout
636
639
${CMAKE_SOURCE_DIR} /src/app/pluginmanager
637
640
${CMAKE_SOURCE_DIR} /src/app/gps
0 commit comments