mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Add a new qgis_desktop build target
this is meant for development, to quickly get a test build including python bindings and the most important core providers
This commit is contained in:
parent
37b7b84d8b
commit
9be7784f1d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user