summaryrefslogtreecommitdiffstats
path: root/basicsuite/webengine/webengine.pro
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/webengine/webengine.pro')
-rw-r--r--basicsuite/webengine/webengine.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/basicsuite/webengine/webengine.pro b/basicsuite/webengine/webengine.pro
new file mode 100644
index 0000000..47bb4e4
--- /dev/null
+++ b/basicsuite/webengine/webengine.pro
@@ -0,0 +1,14 @@
+TARGET = webengine
+
+include(../shared/shared.pri)
+b2qtdemo_deploy_defaults()
+
+content.files = \
+ content \
+ ui \
+ *.qml
+content.path = $$DESTPATH
+
+OTHER_FILES += $${content.files}
+
+INSTALLS += target content