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-gallery/enterprise-gallery.pro | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 basicsuite/enterprise-gallery/enterprise-gallery.pro (limited to 'basicsuite/enterprise-gallery') 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