summaryrefslogtreecommitdiffstats
path: root/basicsuite/enterprise-dashboard/enterprise-dashboard.pro
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/enterprise-dashboard/enterprise-dashboard.pro')
-rw-r--r--basicsuite/enterprise-dashboard/enterprise-dashboard.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/basicsuite/enterprise-dashboard/enterprise-dashboard.pro b/basicsuite/enterprise-dashboard/enterprise-dashboard.pro
new file mode 100644
index 0000000..9fb29f2
--- /dev/null
+++ b/basicsuite/enterprise-dashboard/enterprise-dashboard.pro
@@ -0,0 +1,13 @@
+TARGET = enterprise-dashboard
+
+include(../shared/shared.pri)
+b2qtdemo_deploy_defaults()
+
+content.files = \
+ *.qml \
+ images
+content.path = $$DESTPATH
+
+OTHER_FILES += $${content.files}
+
+INSTALLS += target content \ No newline at end of file