summaryrefslogtreecommitdiffstats
path: root/basicsuite/shared
Commit message (Collapse)AuthorAgeFilesLines
* Ensure common files are deployed when building demos stand-aloneTopi Reinio2014-02-061-0/+2
| | | | | | | | | In addition to exporting the INSTALLS variable, we also need to export the files and their path to have correct deployment targets generated. Change-Id: I1e84cd5673f9a2e9f7d32ec237ca31f090e50e5f Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Enable virtual keyboard when building demos stand-aloneTopi Reinio2014-01-303-7/+77
| | | | | | | | | | Add a shared QML file that defines an InputPanel and loads the main QML for each demo. Also, - Do not define QT_IM_MODULE (set already in the system) - Improved exclude file parsing to match b2qt-launcher Change-Id: Ibdd0371a57878ef7bc585aa67fcd148377f54bc6 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Make basicsuite demos run stand-aloneTopi Reinio2014-01-274-0/+177
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 <eirik.aavitsland@digia.com>