summaryrefslogtreecommitdiffstats
path: root/examples/ifvehiclefunctions
Commit message (Collapse)AuthorAgeFilesLines
* Improve examples CMakeLists.txtKai Köhne2022-03-224-37/+12
| | | | | | | | | | | | | | | | | | - Remove "# generated from xyz.pro" comment from pro2cmake - Remove automatic use of CMAKE_AUTORCC - Only opt into CMAKE_AUTOUIC if .ui files are involved - Remove explicit setting of CMAKE_INCLUDE_CURRENT_DIR - Combine multiple find_package(Qt6 ... calls) - use REQUIRED COMPONENTS - sort components alphabetically - Fix wrong indentations - Use (only) one empty line after multi-line commands Change-Id: Id713547f4ab8c6d810d63a2e76716ecdd18828ac Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit 0572030d68dd612b03b84bef4f7826cb8305d340) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CMake: Replace versioned with unversioned commands in all examplesDominik Holland2021-09-282-2/+2
| | | | | | Pick-to: 6.2 Change-Id: I9823f7a6e48bae72833fe5f0dd2862a9fd53ae09 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Raise cmake_minimum_required to VERSION 3.16 in examples and testsDominik Holland2021-09-223-3/+3
| | | | | | | Pick-to: 6.2 Task-number: QTBUG-95636 Change-Id: I937379606206401a3452b5b409e32e9a85772075 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Refactor examples and its documentationDominik Holland2021-09-2223-6/+170
| | | | | | | | | | * Remove -if- in example names * Replace _ in example names with - * Move all related docs and images to the example folder Pick-to: 6.2 Change-Id: I1fe38c7d4d735c48224c8bdf8622c701ab056070 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Change the QML code to versionless importsDominik Holland2021-08-243-15/+15
| | | | | | | | This affects mostly examples and tests, but also autogenerated code for the simulation system. Change-Id: Ia8352f8c539a98a21537ddf82bf2ed92b94f8fbc Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Rename all files to match the new module nameDominik Holland2021-06-1619-0/+1373
This is a follow-up of the previous commit. Task-number: AUTOSUITE-1633 Change-Id: I6feb63a346a4c94c434df83cd1255904fe8acc68 Reviewed-by: Robert Griebl <robert.griebl@qt.io>