File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,14 @@ if [ "$CACHE_WARMING" = true ] ; then
65
65
${CMAKE_FLAGS}
66
66
-DWITH_DESKTOP=OFF
67
67
-DWITH_SERVER=OFF
68
+ -DWITH_CUSTOM_WIDGETS=OFF
68
69
"
69
70
else
70
71
CMAKE_FLAGS="
71
72
${CMAKE_FLAGS}
72
73
-DWITH_DESKTOP=ON
73
74
-DWITH_SERVER=ON
75
+ -DWITH_CUSTOM_WIDGETS=ON
74
76
"
75
77
fi
76
78
Original file line number Diff line number Diff line change @@ -109,9 +109,8 @@ INCLUDE_DIRECTORIES(
109
109
)
110
110
INCLUDE_DIRECTORIES (SYSTEM
111
111
${GEOS_INCLUDE_DIR}
112
- ${Qt5UiPlugin_INCLUDE_DIRS} # For Qt5
113
- ${Qt5Designer_INCLUDE_DIRS} # For Qt5
114
- ${QT_QTDESIGNER_INCLUDE_DIR} # For Qt4
112
+ ${Qt5UiPlugin_INCLUDE_DIRS}
113
+ ${Qt5Designer_INCLUDE_DIRS}
115
114
)
116
115
117
116
QT5_WRAP_CPP (QGIS_CUSTOMWIDGETS_MOC_SRCS ${QGIS_CUSTOMWIDGETS_MOC_HDRS} )
You can’t perform that action at this time.
0 commit comments