summaryrefslogtreecommitdiffstats
path: root/basicsuite/basicsuite.pro
Commit message (Collapse)AuthorAgeFilesLines
* Enable ebike demoSami Nurmenniemi2018-05-231-0/+6
| | | | | | | | | | | Added datacollector, which is generates mock data to the demo. It needs to be configured to run as a service or manually started before running the demo. Without running datacollector, the demo does not show any changing data. Task-number: QTBUG-67917 Change-Id: Ia113b76b5eb024353051b93d9d518211ee2cd601 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Don't try to build removed sensor demoSamuli Piippo2016-01-261-2/+0
| | | | | Change-Id: I154e37e267c8a0ee03f48cb5918ca2e2baaa69e2 Reviewed-by: Katja Marttila <katja.marttila@theqtcompany.com>
* add browser demoKatja Marttila2016-01-191-0/+5
| | | | | | | | | qtwebbrowser will be imported as submodule Change-Id: Iebbc9a66bcb74d730b1fb4ef7ed5938fc7e67542 Task-Id: QTRD-3794 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Do not build datavis demo as part of basicsuiteSamuli Piippo2015-03-271-4/+0
| | | | | | | | Data Visualization demo does not provide additional plugins, no need to build it as part of basicsuite. Change-Id: Idc5896ea1334395eb584bb8b4a54ec0959792cc8 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* Qt5 Everywhere: keep only metadata.Gatis Paeglis2014-10-031-2/+2
| | | | | | | | | | This demo is prepared during build process by pulling in the latest version from git repository and making it b2qt-launcher compatible. Task-number: QTEE-756 Change-Id: If8fb202b6437c43ff3a8d381234c574e631b00bb Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Add Qt Data Visualization demoPasi Petäjäjärvi2014-05-121-0/+4
| | | | | | Task-number: QTEE-526 Change-Id: Ifcb729236a73bb04951881bfc6d7d28580cde6aa Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Check for multimedia before building camera and qteverywhere demosAndy Nichols2014-04-241-2/+5
| | | | | Change-Id: I0c1b95ef40db1f17643faeebaa37f5905e8ba256 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Make basicsuite demos run stand-aloneTopi Reinio2014-01-271-3/+3
| | | | | | | | | | | | | | | | 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>
* Add sensor explorer demo to basicsuiteGatis Paeglis2013-10-141-1/+2
| | | | | Change-Id: Ifb2ea5b161d09ea500f7b51c8b0ffc422ab62073 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Moved Media Player and Camera from experimental to basicsuiteaavit2013-10-091-0/+1
| | | | | Change-Id: I8fd2335614062e1ca09f385ad6c0ae0dd19d694c Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@digia.com>
* Add "Qt5 Everywhere" demo to the basicsuiteGatis Paeglis2013-10-081-0/+2
| | | | | Change-Id: I677e569a3cf68d3172d7cecde385c285239028b8 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Add subdirs .pro files so that it can be built from top directoryaavit2013-09-231-0/+1
Change-Id: Idf5e9a70a56a1f896f8b7463348826aa5453b59d Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>