Navigation Menu

Skip to content

Commit

Permalink
Add a new qgis_desktop build target
Browse files Browse the repository at this point in the history
this is meant for development, to quickly get a test build
including python bindings and the most important core providers
  • Loading branch information
m-kuhn committed Aug 2, 2019
1 parent 37b7b84 commit 9be7784
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Expand Up @@ -176,6 +176,14 @@ IF(WITH_CORE)
MESSAGE(FATAL_ERROR "Desktop cannot be built without analysis")
ENDIF()

IF ( WITH_DESKTOP )
# The qgis_desktop target is meant to build a minimal but complete running QGIS during development
# This should help to reduce compile time while still having a "complete enough" QGIS for most of the development
ADD_CUSTOM_TARGET(qgis_desktop
DEPENDS qgis qgispython pycore pygui pyanalysis postgresprovider
)
ENDIF ()

# try to configure and build MDAL support
SET (WITH_INTERNAL_MDAL TRUE CACHE BOOL "Determines whether MDAL support should be built")
IF (NOT WITH_INTERNAL_MDAL)
Expand Down

0 comments on commit 9be7784

Please sign in to comment.