From 7887008b43e27aba29c9e66ee78e012f13614b96 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 3 Feb 2014 13:22:43 +0100 Subject: Doc: Improve demo documentation and descriptions - Copy thumbnails from launcher to example documentation - Fix typos and improve demo descriptions and use them also in the example docs - Add missing docs for Qt 5 Launch Presentation, fix typo in its .pro file name. Change-Id: Ic658b7e536853d7272aaee26c6fd8769bc3fc060 Reviewed-by: Eirik Aavitsland --- .../qt5-launchpresentation/qt5-launchpresentation.pro | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 basicsuite/qt5-launchpresentation/qt5-launchpresentation.pro (limited to 'basicsuite/qt5-launchpresentation/qt5-launchpresentation.pro') diff --git a/basicsuite/qt5-launchpresentation/qt5-launchpresentation.pro b/basicsuite/qt5-launchpresentation/qt5-launchpresentation.pro new file mode 100644 index 0000000..c3aba46 --- /dev/null +++ b/basicsuite/qt5-launchpresentation/qt5-launchpresentation.pro @@ -0,0 +1,18 @@ +TARGET = qt5-launchpresentation + +include(../shared/shared.pri) +b2qtdemo_deploy_defaults() + +content.files = \ + *.qml \ + calqlatr \ + maroon \ + particles \ + presentation \ + samegame \ + images +content.path = $$DESTPATH + +OTHER_FILES += $${content.files} + +INSTALLS += target content \ No newline at end of file -- cgit v1.2.3