Skip to content

Commit c1108fc

Browse files
committedNov 3, 2018
move decoration items to specific folder
1 parent ec98dfc commit c1108fc

23 files changed

+25
-22
lines changed
 

‎src/app/CMakeLists.txt

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,6 @@ SET(QGIS_APP_SRCS
2727
qgscustomization.cpp
2828
qgscustomprojectiondialog.cpp
2929
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
4130
qgsdiscoverrelationsdlg.cpp
4231
qgsdxfexportdialog.cpp
4332
qgsformannotationdialog.cpp
@@ -119,6 +108,18 @@ SET(QGIS_APP_SRCS
119108
qgsmaptoolsvgannotation.cpp
120109
qgsmaptooltextannotation.cpp
121110

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+
122123
vertextool/qgsselectedfeature.cpp
123124
vertextool/qgsvertexentry.cpp
124125
vertextool/qgsvertexeditor.cpp
@@ -258,17 +259,6 @@ SET (QGIS_APP_MOC_HDRS
258259
qgscustomization.h
259260
qgscustomprojectiondialog.h
260261
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
272262
qgsdelattrdialog.h
273263
qgsdiagramproperties.h
274264
qgsdiscoverrelationsdlg.h
@@ -370,6 +360,18 @@ SET (QGIS_APP_MOC_HDRS
370360
qgsmaptoolregularpolygoncenterpoint.h
371361
qgsmaptoolregularpolygoncentercorner.h
372362

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+
373375
vertextool/qgsselectedfeature.h
374376
vertextool/qgsvertexeditor.h
375377
vertextool/qgsvertextool.h
@@ -632,6 +634,7 @@ INCLUDE_DIRECTORIES(
632634
${CMAKE_SOURCE_DIR}/external/nmea
633635

634636
${CMAKE_SOURCE_DIR}/src/app
637+
${CMAKE_SOURCE_DIR}/src/app/decorations
635638
${CMAKE_SOURCE_DIR}/src/app/layout
636639
${CMAKE_SOURCE_DIR}/src/app/pluginmanager
637640
${CMAKE_SOURCE_DIR}/src/app/gps
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.