mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
Also move app labeling files to dedicated subdirectory
This commit is contained in:
parent
d3da0e0281
commit
03803b08c3
@ -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
|
||||
|
@ -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
|
||||
@ -74,7 +71,6 @@ SET(QGIS_APP_SRCS
|
||||
qgsprojectlistitemdelegate.cpp
|
||||
qgspuzzlewidget.cpp
|
||||
qgsversionmigration.cpp
|
||||
qgsrulebasedlabelingwidget.cpp
|
||||
qgssnappinglayertreemodel.cpp
|
||||
qgssnappingwidget.cpp
|
||||
qgsstatusbarcoordinateswidget.cpp
|
||||
@ -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
|
||||
@ -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
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user