summaryrefslogtreecommitdiffstats
path: root/examples/interfaceframework/qface-climate/demo
Commit message (Collapse)AuthorAgeFilesLines
* Improve examples CMakeLists.txtKai Köhne2022-03-221-12/+3
| | | | | | | | | | | | | | | | | | - 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>
* ifcodegen: Update templates to add needed dependencies in CMake filesDominik Holland2022-03-021-3/+0
| | | | | | | | | | | | | The used cmake commands in qt_ifcodgen_extend_target now also contains statements for target_link_libraries for all dependencies. This makes the user CMake files simpler, as only the extra dependencies need to be specified. Fixes: QTBUG-100409 Change-Id: Ie9afa186002b56a2aa8739e86e50bb3b383dd68c Reviewed-by: Robert Griebl <robert.griebl@qt.io> (cherry picked from commit fd9fdf51aceccb094bcda14e5f2d350a0c03e285)
* Add QML_IMPORT_PATH logic to the ifcodegen examplesDominik Holland2022-02-231-0/+6
| | | | | | | | | | Similar to the qmake version, we also set the QML_IMPORT_PATH to the generated directories, in order to use the autogenerated qmltypes. Change-Id: I521dc021d098b047f6b3bf3a513793386c614675 Reviewed-by: Robert Griebl <robert.griebl@qt.io> (cherry picked from commit 7524c822be4712bcfec509a8194a9d037e36a4f4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* CMake: Replace versioned with unversioned commands in all examplesDominik Holland2021-09-281-1/+1
| | | | | | Pick-to: 6.2 Change-Id: I9823f7a6e48bae72833fe5f0dd2862a9fd53ae09 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Refactor examples and its documentationDominik Holland2021-09-225-0/+292
* 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>