summaryrefslogtreecommitdiff
path: root/examples/examples.pro
Commit message (Collapse)AuthorAgeFilesLines
* Improve the build system to be more modularDominik Holland2017-11-091-1/+1
| | | | | | | | | | | | | | | | | The configure output is improved to now show whether a specific module is build or not. Either by showing the summary of features which are build for this module, or by hiding the section and Showing "Module... No" Dependencies between the modules have been added to the configure system to make it possible to disable specific modules and by that also disable all the modules depending on that. The build system has been changed to enable building only the modules which has been selected to be build. Change-Id: Ic70f23c159eee3fe7ce6c63aa6f785c8b754ce31 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Change the examples folder structure to match the module namingDominik Holland2017-11-031-3/+3
| | | | | | | | | core -> ivicore media -> ivimedia vehiclefunctions -> ivivehiclefunctions Change-Id: Icd8d7c45f2dbf0e18de1eea775398b45f8ff78f8 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Fix all vehiclefunctions examples to use the new APIDominik Holland2017-07-271-1/+1
| | | | | Change-Id: I2446ac002f509646a5736f3a2c40150fc572a448 Reviewed-by: Mike Krus <mike.krus@kdab.com>
* Change the QIviVehicleFunctions module to be autogeneratedDominik Holland2017-07-271-1/+1
| | | | | | | | | Disable the vehiclefunctions tests and examples until they are ported to the new API. Task-number: QTAUTO-297 Change-Id: Ief94dadfe60efa0afbbc73400450382db5a99004 Reviewed-by: Mike Krus <mike.krus@kdab.com>
* Change the qface-ivi-climate example to use the ivigenerator qmake integrationDominik Holland2017-05-291-0/+1
| | | | | | | | Moved the example into a core folder to indicate that this is part of the qtivi core module and keep the structure of the other examples. Change-Id: Ief69e0446125f5dc975d15ebeba746c69820b7c8 Reviewed-by: Mike Krus <mike.krus@kdab.com>
* Move qtivi over to the new config systemDominik Holland2017-02-011-7/+3
| | | | | | | | | | | | | | | | | Use the new configuration system to define external libraries, configure tests and features. Don't use pkg-config outside of the configuration step. The geniviextras-only CONFIG option has now been replaced with a command-line option and can be used by passing it to qmake after '--'. E.g. 'qmake -- --geniviextras-only'. Removed adding DLT into the rpath. Similar to all other Qt modules, it is now expected that packages found using pkg-config can be found by the dynamic linker. Change-Id: If46cd1b79413cd7571ee1068898848d9871e61ba Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Add a geniviextras-only config option to only build qtgeniviextrasDominik Holland2017-01-091-2/+4
| | | | | Change-Id: I60c57ea414bc835c3996fc36e6c42119589bc5be Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Use the config check output instead of qtHaveModuleDominik Holland2016-07-271-1/+2
| | | | | Change-Id: Id7bed250d50592555477e0b680a0611c15d30272 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Added a MediaPlayer example and a simulation backendDominik Holland2016-06-081-1/+2
| | | | | | | | | | | | The simulation backend starts to implement the mediaplayer functionality but is not yet fully complete. It also provides a backend for the SearchAndBrowseModel to browse thru to available media content and select a track for playback Task-number: QTAUTO-87 Task-number: QTAUTO-88 Change-Id: Iffc6abdfd10bfa58933347512fe7866f662ad0b6 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Merge branch 'master' of qtiviDominik Holland2015-10-201-0/+1
|\
| * Changed the Copyright to LGPLv3 + CommercialDominik Holland2015-09-151-10/+0
| | | | | | | | Removed the Copyright Headers from all .pro files
| * Added Copyright HeadersDominik Holland2015-03-271-0/+10
| |
| * Added a first small widget based example for ClimateControlDominik Holland2015-03-261-0/+1
| |
| * Initial qt module setupDominik Holland2015-01-261-0/+1
|
* Fix qmake error when dlt is not installed on the systemDominik Holland2015-08-041-1/+3
| | | | The problem will only occur if qmake -r is used
* First version of the QtGeniviExtras moduleDominik Holland2015-06-081-0/+2
This version contains helper macros which makes it easy to map QtLoggingCategories to DLT Categories and install a messagHandler which logs all messages using libdlt