summaryrefslogtreecommitdiffstats
path: root/basicsuite/enterprise-dashboard/enterprise-dashboard.pro
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-02-06 15:58:12 +0100
committerTopi Reiniƶ <topi.reinio@digia.com>2014-02-07 13:05:49 +0200
commitcc919f8de14d23ca4785b831f9bee677616a5196 (patch)
tree695e28652c30c4492b509398def355d98114ef51 /basicsuite/enterprise-dashboard/enterprise-dashboard.pro
parent0134eb7eec39e3e70014e77e086ab4a3de08b85d (diff)
Doc: Add documentation for enterprise examples
Add documentation for enterprise examples and make them run stand-alone. Change-Id: I579a57bd32c97649b6d619f73caa681174b56381 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
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