summaryrefslogtreecommitdiffstats
path: root/basicsuite/shared/shared.pri
Commit message (Collapse)AuthorAgeFilesLines
* Split demos.xml to individual xml filesSamuli Piippo2019-04-041-1/+3
| | | | | | | | | Each demo describes itself and can then be excluded from a device by not including the directory. Task-number: QTBUG-74930 Change-Id: Ica45db9dfbf1224cf7a08b83632ba90c5cc55faa Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* Fix some major scaling & font issues on ebike-demoJuho Annunen2018-08-291-5/+9
| | | | | | | Task-number: QTBUG-69840 Change-Id: If519ae62a0a73c8dbf2f6f7b9f681bdfdb8b28a0 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Move common definitions to shared settingsJuho Annunen2018-05-071-1/+1
| | | | | | Task-number: QTBUG-65302 Change-Id: I2153e2f2b4aa295e87098256354ed034480294df Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Replace existing controls demos with controls 2 gallery exampleJuho Annunen2018-05-041-1/+1
| | | | | | Task-number: QTBUG-62805 Change-Id: If63369430adffa875b0e96a148a03ab908a1dea2 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Add new fontsJuho Annunen2018-05-041-0/+15
| | | | | | | Task-number: QTBUG-65302 Change-Id: I9ec2e7f5f904aa148aa29048ccbb84060e1bb3f1 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Fixed demo .pro files: removed exclude.txt and wildcards used with content filesKimmo Ollila2016-12-081-1/+0
| | | | | Change-Id: Id4731a6438c95ca9abca5e8477bd17228c55cfc7 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* Make standalone demos work with 2d renderer5.4Samuli Piippo2015-05-291-2/+1
| | | | | | | | | | | | | | Standalone application did not work in non-gpu devices (colibri vf), when the root item did not have size set. Fix this by using the same code as qtlancher has: - QQmlApplicationEngine instead of QQuickView - only one main qml file - Window as root item Change-Id: I482dd86e44faac5dac1839dfb88c5647a0425de6 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* Add a simple WebEngine demo to the B2Qt basicsuiteAndras Becsi2014-05-191-0/+5
| | | | | | | | Add a simple demo browser which by default loads the local webgl example. Move the webgl example to the root directory to be deployed. Change-Id: Icb0442ef37dcb31e6e1d33eee279bf429c566106 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
* Fix stand alone demo layout issues on portrait devicesGatis Paeglis2014-02-211-1/+2
| | | | | | | | | | | | B2Qt demos are designed for landscape view, nexus by default is a portrait device, so we have to rotate demos by 90 degrees to show them in portrait view on nexus. This matches the implementation from b2qt-launcher. Task-number: QTEE-432 Change-Id: Id063dc4a3ff97d86a3a02cb62f1066882316208f Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* Add QtWidgets dependecy to shared.priGatis Paeglis2014-02-201-1/+2
| | | | | | | | Task-number: QTEE-417 Change-Id: I927a6ac2bfe4fbce4819bd740f4a7d1df19466ac Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
* 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-301-4/+11
| | | | | | | | | | 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-271-0/+13
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>