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