summaryrefslogtreecommitdiffstats
path: root/startup.pro
diff options
context:
space:
mode:
Diffstat (limited to 'startup.pro')
-rw-r--r--startup.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/startup.pro b/startup.pro
index 661ac49..0c9283a 100644
--- a/startup.pro
+++ b/startup.pro
@@ -9,6 +9,11 @@ TARGET = qtlauncher
QML_FILES += qml
+qtHaveModule(webengine) {
+ DEFINES += USE_QTWEBENGINE
+ QT += webengine
+}
+
HEADERS += \
src/engine.h \
src/applicationsmodel.h \