File tree 5 files changed +5
-1
lines changed
5 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ IF(WITH_MAPSERVER)
47
47
ENDIF (WITH_MAPSERVER)
48
48
49
49
# Custom widgets
50
- SET (WITH_CUSTOM_WIDGETS TRUE CACHE BOOL "Determines whether QGIS custom widgets for Qt Designer should be built" )
50
+ SET (WITH_CUSTOM_WIDGETS FALSE CACHE BOOL "Determines whether QGIS custom widgets for Qt Designer should be built" )
51
51
52
52
# build our version of astyle
53
53
SET (WITH_ASTYLE FALSE CACHE BOOL "If you plan to contribute you should reindent with scripts/prepare-commit.sh (using 'our' astyle)" )
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ CMAKE_OPTS := \
54
54
-DMAPSERVER_SKIP_ECW=TRUE \
55
55
-DQGIS_CGIBIN_SUBDIR=/usr/lib/cgi-bin \
56
56
-DWITH_APIDOC=TRUE \
57
+ -DWITH_CUSTOM_WIDGETS=TRUE \
57
58
-DWITH_GLOBE=TRUE \
58
59
-DWITH_INTERNAL_HTTPLIB2=FALSE \
59
60
-DWITH_INTERNAL_JINJA2=FALSE \
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ cmake -D BUILDNAME="cygwin" \
23
23
-D WITH_GLOBE=NO \
24
24
-D ENABLE_TESTS=YES \
25
25
-D CMAKE_INSTALL_PREFIX=/usr \
26
+ -D WITH_CUSTOM_WIDGETS=TRUE \
26
27
../../..
27
28
28
29
make -j8
Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ cmake %CMAKE_OPT% ^
146
146
-D WITH_TOUCH=TRUE ^
147
147
-D WITH_ORACLE=TRUE ^
148
148
-D WITH_GRASS=TRUE ^
149
+ -D WITH_CUSTOM_WIDGETS=TRUE ^
149
150
-D CMAKE_BUILD_TYPE=%BUILDCONF% ^
150
151
-D CMAKE_CONFIGURATION_TYPES=%BUILDCONF% ^
151
152
-D GEOS_LIBRARY=%O4W_ROOT% /lib/geos_c.lib ^
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ cmake %CMAKE_OPT% ^
140
140
-D WITH_TOUCH=TRUE ^
141
141
-D WITH_ORACLE=TRUE ^
142
142
-D WITH_GRASS=TRUE ^
143
+ -D WITH_CUSTOM_WIDGETS=TRUE ^
143
144
-D CMAKE_CXX_FLAGS_RELEASE=" /MD /MP /O2 /Ob2 /D NDEBUG" ^
144
145
-D CMAKE_BUILD_TYPE=%BUILDCONF% ^
145
146
-D CMAKE_CONFIGURATION_TYPES=%BUILDCONF% ^
You can’t perform that action at this time.
0 commit comments