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 --- basicsuite/qt5-everywhere/qt5-everywhere.pro | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 basicsuite/qt5-everywhere/qt5-everywhere.pro (limited to 'basicsuite/qt5-everywhere/qt5-everywhere.pro') diff --git a/basicsuite/qt5-everywhere/qt5-everywhere.pro b/basicsuite/qt5-everywhere/qt5-everywhere.pro new file mode 100644 index 0000000..fab62cb --- /dev/null +++ b/basicsuite/qt5-everywhere/qt5-everywhere.pro @@ -0,0 +1,5 @@ +TEMPLATE = subdirs +CONFIG += ordered +SUBDIRS += \ + demos \ + app.pro \ No newline at end of file -- cgit v1.2.3 From 9212027697bad66cc493b8d8f2cffb2a8547f982 Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Wed, 19 Feb 2014 16:21:25 +0100 Subject: Fix layout issues with Qt-Everywhere (touchgallery) Change-Id: I852d90b1c6afdc0316c7d4e45415c53eda94066a Reviewed-by: Gatis Paeglis --- basicsuite/qt5-everywhere/qt5-everywhere.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basicsuite/qt5-everywhere/qt5-everywhere.pro') diff --git a/basicsuite/qt5-everywhere/qt5-everywhere.pro b/basicsuite/qt5-everywhere/qt5-everywhere.pro index fab62cb..245d838 100644 --- a/basicsuite/qt5-everywhere/qt5-everywhere.pro +++ b/basicsuite/qt5-everywhere/qt5-everywhere.pro @@ -2,4 +2,4 @@ TEMPLATE = subdirs CONFIG += ordered SUBDIRS += \ demos \ - app.pro \ No newline at end of file + app.pro -- cgit v1.2.3