Skip to content

Commit f9d7aef

Browse files
committed
create custom widgets by default
1 parent 6908f82 commit f9d7aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ IF(WITH_MAPSERVER)
4747
ENDIF(WITH_MAPSERVER)
4848

4949
# Custom widgets
50-
SET (WITH_CUSTOM_WIDGETS FALSE CACHE BOOL "Determines whether QGIS custom widgets for Qt Designer should be built")
50+
SET (WITH_CUSTOM_WIDGETS TRUE CACHE BOOL "Determines whether QGIS custom widgets for Qt Designer should be built")
5151

5252
# build our version of astyle
5353
SET (WITH_ASTYLE FALSE CACHE BOOL "If you plan to contribute you should reindent with scripts/prepare-commit.sh (using 'our' astyle)")

0 commit comments

Comments
 (0)