mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
set custom widget lib default to false
This commit is contained in:
parent
978086badc
commit
790b31ef80
@ -47,7 +47,7 @@ IF(WITH_MAPSERVER)
|
||||
ENDIF(WITH_MAPSERVER)
|
||||
|
||||
# Custom widgets
|
||||
SET (WITH_CUSTOM_WIDGETS TRUE CACHE BOOL "Determines whether QGIS custom widgets for Qt Designer should be built")
|
||||
SET (WITH_CUSTOM_WIDGETS FALSE CACHE BOOL "Determines whether QGIS custom widgets for Qt Designer should be built")
|
||||
|
||||
# build our version of astyle
|
||||
SET (WITH_ASTYLE FALSE CACHE BOOL "If you plan to contribute you should reindent with scripts/prepare-commit.sh (using 'our' astyle)")
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -54,6 +54,7 @@ CMAKE_OPTS := \
|
||||
-DMAPSERVER_SKIP_ECW=TRUE \
|
||||
-DQGIS_CGIBIN_SUBDIR=/usr/lib/cgi-bin \
|
||||
-DWITH_APIDOC=TRUE \
|
||||
-DWITH_CUSTOM_WIDGETS=TRUE \
|
||||
-DWITH_GLOBE=TRUE \
|
||||
-DWITH_INTERNAL_HTTPLIB2=FALSE \
|
||||
-DWITH_INTERNAL_JINJA2=FALSE \
|
||||
|
@ -23,6 +23,7 @@ cmake -D BUILDNAME="cygwin" \
|
||||
-D WITH_GLOBE=NO \
|
||||
-D ENABLE_TESTS=YES \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D WITH_CUSTOM_WIDGETS=TRUE \
|
||||
../../..
|
||||
|
||||
make -j8
|
||||
|
@ -146,6 +146,7 @@ cmake %CMAKE_OPT% ^
|
||||
-D WITH_TOUCH=TRUE ^
|
||||
-D WITH_ORACLE=TRUE ^
|
||||
-D WITH_GRASS=TRUE ^
|
||||
-D WITH_CUSTOM_WIDGETS=TRUE ^
|
||||
-D CMAKE_BUILD_TYPE=%BUILDCONF% ^
|
||||
-D CMAKE_CONFIGURATION_TYPES=%BUILDCONF% ^
|
||||
-D GEOS_LIBRARY=%O4W_ROOT%/lib/geos_c.lib ^
|
||||
|
@ -140,6 +140,7 @@ cmake %CMAKE_OPT% ^
|
||||
-D WITH_TOUCH=TRUE ^
|
||||
-D WITH_ORACLE=TRUE ^
|
||||
-D WITH_GRASS=TRUE ^
|
||||
-D WITH_CUSTOM_WIDGETS=TRUE ^
|
||||
-D CMAKE_CXX_FLAGS_RELEASE="/MD /MP /O2 /Ob2 /D NDEBUG" ^
|
||||
-D CMAKE_BUILD_TYPE=%BUILDCONF% ^
|
||||
-D CMAKE_CONFIGURATION_TYPES=%BUILDCONF% ^
|
||||
|
Loading…
x
Reference in New Issue
Block a user