Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build errors, followup 1eac259
  • Loading branch information
m-kuhn committed May 27, 2015
1 parent fb74722 commit 19df43f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/gui/CMakeLists.txt
Expand Up @@ -455,7 +455,6 @@ IF (WITH_QTWEBKIT)
${QGIS_GUI_MOC_HDRS}
editorwidgets/qgswebviewconfigdlg.h
editorwidgets/qgswebviewwidgetwrapper.h
editorwidgets/qgswebviewwidgetfactory.h
)
ENDIF (WITH_QTWEBKIT)

Expand Down Expand Up @@ -518,12 +517,20 @@ SET(QGIS_GUI_HDRS
raster/qgsrasterrendererwidget.h
)

IF (WITH_QTWEBKIT)
SET(QGIS_GUI_HDRS
${QGIS_GUI_HDRS}
editorwidgets/qgswebviewwidgetfactory.h
)
ENDIF (WITH_QTWEBKIT)

IF (WITH_TOUCH)
SET(QGIS_GUI_HDRS
${QGIS_GUI_HDRS}
qgsmaptooltouch.h
)
ENDIF (WITH_TOUCH)

SET(QGIS_GUI_UI_HDRS
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsdetaileditemwidgetbase.h
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsgenericprojectionselectorbase.h
Expand Down

0 comments on commit 19df43f

Please sign in to comment.