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.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/basicsuite/webengine/webengine.pro b/basicsuite/webengine/webengine.pro
new file mode 100644
index 0000000..2a1bd91
--- /dev/null
+++ b/basicsuite/webengine/webengine.pro
@@ -0,0 +1,13 @@
+TARGET = webengine
+
+include(../shared/shared.pri)
+b2qtdemo_deploy_defaults()
+
+content.files = \
+ ui \
+ *.qml
+content.path = $$DESTPATH
+
+OTHER_FILES += $${content.files}
+
+INSTALLS += target content