Skip to content

Commit

Permalink
Also move app labeling files to dedicated subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 11, 2019
1 parent d3da0e0 commit 03803b0
Show file tree
Hide file tree
Showing 22 changed files with 13 additions and 10 deletions.
1 change: 1 addition & 0 deletions doc/CMakeLists.txt
Expand Up @@ -105,6 +105,7 @@ IF(WITH_APIDOC)
${CMAKE_SOURCE_DIR}/src/gui/editorwidgets
${CMAKE_SOURCE_DIR}/src/gui/editorwidgets/core
${CMAKE_SOURCE_DIR}/src/gui/effects
${CMAKE_SOURCE_DIR}/src/gui/labeling
${CMAKE_SOURCE_DIR}/src/gui/layertree
${CMAKE_SOURCE_DIR}/src/gui/layout
${CMAKE_SOURCE_DIR}/src/gui/locator
Expand Down
22 changes: 12 additions & 10 deletions src/app/CMakeLists.txt
Expand Up @@ -54,9 +54,6 @@ SET(QGIS_APP_SRCS
qgsidentifyresultsdialog.cpp
qgsinstallgridshiftdialog.cpp
qgsfeatureaction.cpp
qgslabelpropertydialog.cpp
qgslabelengineconfigdialog.cpp
qgslabelingwidget.cpp
qgslayercapabilitiesmodel.cpp
qgslayertreeviewindicatorprovider.cpp
qgslayertreeviewembeddedindicator.cpp
Expand All @@ -74,7 +71,6 @@ SET(QGIS_APP_SRCS
qgsprojectlistitemdelegate.cpp
qgspuzzlewidget.cpp
qgsversionmigration.cpp
qgsrulebasedlabelingwidget.cpp
qgssnappinglayertreemodel.cpp
qgssnappingwidget.cpp
qgsstatusbarcoordinateswidget.cpp
Expand All @@ -92,27 +88,21 @@ SET(QGIS_APP_SRCS
qgsmaptooladdring.cpp
qgsmaptoolfillring.cpp
qgsmaptoolannotation.cpp
qgsmaptoolchangelabelproperties.cpp
qgsmaptooldeletering.cpp
qgsmaptooldeletepart.cpp
qgsmaptooltrimextendfeature.cpp
qgsmaptoolfeatureaction.cpp
qgsmaptoolformannotation.cpp
qgsmaptoolhtmlannotation.cpp
qgsmaptoolpinlabels.cpp
qgsmaptoolshowhidelabels.cpp
qgsmaptoolidentifyaction.cpp
qgsmaptoollabel.cpp
qgsmaptoolmeasureangle.cpp
qgsmaptoolmovefeature.cpp
qgsmaptoolmovelabel.cpp
qgsmaptooloffsetcurve.cpp
qgsmaptooloffsetpointsymbol.cpp
qgsmaptoolpointsymbol.cpp
qgsmaptoolreshape.cpp
qgsmaptoolreverseline.cpp
qgsmaptoolrotatefeature.cpp
qgsmaptoolrotatelabel.cpp
qgsmaptoolrotatepointsymbols.cpp
qgsmaptoolselect.cpp
qgsmaptoolselectionhandler.cpp
Expand Down Expand Up @@ -193,6 +183,17 @@ SET(QGIS_APP_SRCS

browser/qgsinbuiltdataitemproviders.cpp

labeling/qgslabelpropertydialog.cpp
labeling/qgslabelengineconfigdialog.cpp
labeling/qgslabelingwidget.cpp
labeling/qgsmaptoolchangelabelproperties.cpp
labeling/qgsmaptoolpinlabels.cpp
labeling/qgsmaptoolshowhidelabels.cpp
labeling/qgsmaptoollabel.cpp
labeling/qgsmaptoolmovelabel.cpp
labeling/qgsmaptoolrotatelabel.cpp
labeling/qgsrulebasedlabelingwidget.cpp

layout/qgsgeopdflayertreemodel.cpp
layout/qgslayoutaddpagesdialog.cpp
layout/qgslayoutapputils.cpp
Expand Down Expand Up @@ -419,6 +420,7 @@ INCLUDE_DIRECTORIES(

${CMAKE_SOURCE_DIR}/src/app
${CMAKE_SOURCE_DIR}/src/app/decorations
${CMAKE_SOURCE_DIR}/src/app/labeling
${CMAKE_SOURCE_DIR}/src/app/layout
${CMAKE_SOURCE_DIR}/src/app/pluginmanager
${CMAKE_SOURCE_DIR}/src/app/gps
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 03803b0

Please sign in to comment.