summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove Reference API related codeDominik Holland2023-11-281-2/+0
| | | | | | | | | | | | | | The modules ifmedia and ifvehiclefunctions just act as a reference and having the code in the same repository makes things more complicated, as they are build automatically although not needed for most users and they are also part of the same documentation and gives the wrong impression about what the qtinterfaceframework module really is about. Fixes: QTBUG-99002 Change-Id: I867e1e26438ee2200e82d5b742c666ba48ae9c02 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Enable building interfaceframework examples with qmake againDominik Holland2021-06-221-1/+1
| | | | | | Change-Id: I208307a15311728a7f2fe93c05595f70fbd8028e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Rename everything to match the new module nameDominik Holland2021-06-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Qt IVI -> Qt Interface Framework QIvi* -> QIf* ivigenerator -> ifcodegen QIviSearchAndBrowseModel -> QIfFilterAndBrowseModel Module names: QtIviCore -> QtInterfaceFramework QtIviMedia -> QtIfMedia QtIviVehiclefunctions -> QtIfVehicleFunctions QML modules: QtIvi -> QtInterfaceFramework QtIvi.Media -> QtInterfaceFramework.Media QtIvi.VehicleFunctions -> QtInterfaceFramework.VehicleFunctions Plugin location: qtivi -> interfaceframework Task-number: AUTOSUITE-1633 Change-Id: Idef2bfba94694cbe66988d5abe545833bfaebf2c Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Fix build after splitting the repositoryDominik Holland2021-06-081-1/+0
| | | | | | Task-number: AUTOSUITE-1633 Change-Id: I2673b0d75e8d66508ecb7c7f992ec6801389c45a Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Temporarily disable building ivigenerator examplesDominik Holland2021-05-201-1/+1
| | | | | Change-Id: If41d10cda231913376388ba9c3901e3521baa8f1 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Fix build to work without the QtGui moduleDominik Holland2019-07-081-3/+5
| | | | | | | | Tests are skipped in this configuration because a lot of tests rely on QtQuick being available. Change-Id: I1a1661474f9279f2a8f7c3de24786629e73f75a4 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* 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