X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2FCMakeLists.txt;h=f0826024bdd2b2b9b8b05277a6b2813debf28de1;hb=bd0b31b38c8111206ce630dbeac7a6c19bdb8a6e;hp=8510a7158914d4c61d67ba0bdeaee75dba192bbd;hpb=e5e17a7a9d371e8068ec1d35a3902ac2f153d521;p=quassel.git diff --git a/src/qtui/CMakeLists.txt b/src/qtui/CMakeLists.txt index 8510a715..f0826024 100644 --- a/src/qtui/CMakeLists.txt +++ b/src/qtui/CMakeLists.txt @@ -137,6 +137,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)