Skip to content

Commit 8294a22

Browse files
committedJan 6, 2015
Fix customwidgets build for Qt4
1 parent d8acc55 commit 8294a22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/customwidgets/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ INCLUDE_DIRECTORIES(
9696
${CMAKE_CURRENT_SOURCE_DIR}/../gui/editorwidgets/
9797
${CMAKE_CURRENT_BINARY_DIR}/../ui/
9898
${GEOS_INCLUDE_DIR}
99-
${Qt5Designer_INCLUDE_DIRS}
99+
${Qt5Designer_INCLUDE_DIRS} # For Qt5
100+
${QT_QTDESIGNER_INCLUDE_DIR} # For Qt4
100101
)
101102

102103
QT4_WRAP_CPP(QGIS_CUSTOMWIDGETS_MOC_SRCS ${QGIS_CUSTOMWIDGETS_MOC_HDRS})

0 commit comments

Comments
 (0)
Please sign in to comment.