From cc919f8de14d23ca4785b831f9bee677616a5196 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 6 Feb 2014 15:58:12 +0100 Subject: Doc: Add documentation for enterprise examples Add documentation for enterprise examples and make them run stand-alone. Change-Id: I579a57bd32c97649b6d619f73caa681174b56381 Reviewed-by: Eirik Aavitsland --- basicsuite/enterprise-charts/enterprise-charts.pro | 12 ++++++++++++ basicsuite/enterprise-dashboard/enterprise-dashboard.pro | 13 +++++++++++++ basicsuite/enterprise-gallery/enterprise-gallery.pro | 14 ++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 basicsuite/enterprise-charts/enterprise-charts.pro create mode 100644 basicsuite/enterprise-dashboard/enterprise-dashboard.pro create mode 100644 basicsuite/enterprise-gallery/enterprise-gallery.pro (limited to 'basicsuite') 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 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 diff --git a/basicsuite/enterprise-gallery/enterprise-gallery.pro b/basicsuite/enterprise-gallery/enterprise-gallery.pro new file mode 100644 index 0000000..3601432 --- /dev/null +++ b/basicsuite/enterprise-gallery/enterprise-gallery.pro @@ -0,0 +1,14 @@ +TARGET = enterprise-gallery + +include(../shared/shared.pri) +b2qtdemo_deploy_defaults() + +content.files = \ + *.qml \ + fonts \ + images +content.path = $$DESTPATH + +OTHER_FILES += $${content.files} + +INSTALLS += target content \ No newline at end of file -- cgit v1.2.3