Skip to content

Commit 19df43f

Browse files
committed
Fix build errors, followup 1eac259
1 parent fb74722 commit 19df43f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/gui/CMakeLists.txt

+8-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ IF (WITH_QTWEBKIT)
455455
${QGIS_GUI_MOC_HDRS}
456456
editorwidgets/qgswebviewconfigdlg.h
457457
editorwidgets/qgswebviewwidgetwrapper.h
458-
editorwidgets/qgswebviewwidgetfactory.h
459458
)
460459
ENDIF (WITH_QTWEBKIT)
461460

@@ -518,12 +517,20 @@ SET(QGIS_GUI_HDRS
518517
raster/qgsrasterrendererwidget.h
519518
)
520519

520+
IF (WITH_QTWEBKIT)
521+
SET(QGIS_GUI_HDRS
522+
${QGIS_GUI_HDRS}
523+
editorwidgets/qgswebviewwidgetfactory.h
524+
)
525+
ENDIF (WITH_QTWEBKIT)
526+
521527
IF (WITH_TOUCH)
522528
SET(QGIS_GUI_HDRS
523529
${QGIS_GUI_HDRS}
524530
qgsmaptooltouch.h
525531
)
526532
ENDIF (WITH_TOUCH)
533+
527534
SET(QGIS_GUI_UI_HDRS
528535
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsdetaileditemwidgetbase.h
529536
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsgenericprojectionselectorbase.h

0 commit comments

Comments
 (0)