From ca01d5f9f5e960337a044be6e00de58fd4fbdb05 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 24 Jan 2014 13:22:02 +0100 Subject: Make basicsuite demos run stand-alone This change will make the demos run standalone when built in Qt Creator. - Rename example directories to lowercase/non-whitespace to avoid build & deployment problems - Add title.txt files so titles remain displayed correctly in the launcher - Add a common shared source files used for the standalone apps, and .pro-files for each example - Remove .qmlproject files (not needed) - Adjust documentation to match the new directory structure Change-Id: Ib24e461952da3b2c88aab0363249115ea44ee0f2 Reviewed-by: Eirik Aavitsland --- doc/b2qt-demos.qdocconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/b2qt-demos.qdocconf') diff --git a/doc/b2qt-demos.qdocconf b/doc/b2qt-demos.qdocconf index 068ed36..ae55795 100644 --- a/doc/b2qt-demos.qdocconf +++ b/doc/b2qt-demos.qdocconf @@ -17,7 +17,7 @@ examples.fileextensions = "*.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhc examples.imageextensions = "*.png *.jpg *.gif" exampledirs = ../basicsuite -examplesinstallpath = ../../../../sources/b2qt-demos/basicsuite +examplesinstallpath = ../../../Boot2Qt-2.x/sources/b2qt-demos/basicsuite qhp.projects = QtEnterpriseEmbeddedDemos -- cgit v1.2.3