summaryrefslogtreecommitdiffstats
path: root/basicsuite/qtwebbrowser/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/qtwebbrowser/app.pro')
-rw-r--r--basicsuite/qtwebbrowser/app.pro12
1 files changed, 5 insertions, 7 deletions
diff --git a/basicsuite/qtwebbrowser/app.pro b/basicsuite/qtwebbrowser/app.pro
index a64f9f0..8bc4b9e 100644
--- a/basicsuite/qtwebbrowser/app.pro
+++ b/basicsuite/qtwebbrowser/app.pro
@@ -1,13 +1,11 @@
TARGET = qtwebbrowser
+qtHaveModule(webengine) {
+ DEFINES += USE_QTWEBENGINE
+ QT += webengine
+}
+
include(../shared/shared.pri)
-b2qtdemo_deploy_defaults()
content.files = \
main.qml
-
-content.path = $$DESTPATH
-
-OTHER_FILES += $${content.files}
-
-INSTALLS += target content