X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2FCMakeLists.txt;h=7e1574cf90dad84f10328608f0448ca47043e0db;hb=b4aa5e13d1dd15dca327add244ddeb7e9eb4c5a8;hp=fdf5eaa834f8976a61a433f5e172e37d46b1f853;hpb=680565f39c50f27cc339cb3e96bbd0abc6f47144;p=quassel.git diff --git a/src/qtui/CMakeLists.txt b/src/qtui/CMakeLists.txt index fdf5eaa8..7e1574cf 100644 --- a/src/qtui/CMakeLists.txt +++ b/src/qtui/CMakeLists.txt @@ -144,6 +144,14 @@ if (HAVE_WEBKIT) endif() endif() +if (HAVE_WEBENGINE) + add_definitions(-DHAVE_WEBENGINE) + list(APPEND QT_MODULES WebEngine) + if (USE_QT5) + list(APPEND QT_MODULES WebEngineWidgets) + endif() +endif() + if(HAVE_SSL) set(SOURCES ${SOURCES} sslinfodlg.cpp) set(FORMS ${FORMS} sslinfodlg.ui)