We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb74722 commit 19df43fCopy full SHA for 19df43f
src/gui/CMakeLists.txt
@@ -455,7 +455,6 @@ IF (WITH_QTWEBKIT)
455
${QGIS_GUI_MOC_HDRS}
456
editorwidgets/qgswebviewconfigdlg.h
457
editorwidgets/qgswebviewwidgetwrapper.h
458
- editorwidgets/qgswebviewwidgetfactory.h
459
)
460
ENDIF (WITH_QTWEBKIT)
461
@@ -518,12 +517,20 @@ SET(QGIS_GUI_HDRS
518
517
raster/qgsrasterrendererwidget.h
519
520
+IF (WITH_QTWEBKIT)
521
+ SET(QGIS_GUI_HDRS
522
+ ${QGIS_GUI_HDRS}
523
+ editorwidgets/qgswebviewwidgetfactory.h
524
+ )
525
+ENDIF (WITH_QTWEBKIT)
526
+
527
IF (WITH_TOUCH)
528
SET(QGIS_GUI_HDRS
529
${QGIS_GUI_HDRS}
530
qgsmaptooltouch.h
531
532
ENDIF (WITH_TOUCH)
533
534
SET(QGIS_GUI_UI_HDRS
535
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsdetaileditemwidgetbase.h
536
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsgenericprojectionselectorbase.h
0 commit comments