Skip to content

Commit

Permalink
Fix customwidgets build for Qt4
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 6, 2015
1 parent d8acc55 commit 8294a22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/customwidgets/CMakeLists.txt
Expand Up @@ -96,7 +96,8 @@ INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_SOURCE_DIR}/../gui/editorwidgets/
${CMAKE_CURRENT_BINARY_DIR}/../ui/
${GEOS_INCLUDE_DIR}
${Qt5Designer_INCLUDE_DIRS}
${Qt5Designer_INCLUDE_DIRS} # For Qt5
${QT_QTDESIGNER_INCLUDE_DIR} # For Qt4
)

QT4_WRAP_CPP(QGIS_CUSTOMWIDGETS_MOC_SRCS ${QGIS_CUSTOMWIDGETS_MOC_HDRS})
Expand Down

0 comments on commit 8294a22

Please sign in to comment.