aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add DesignEffectsHenning Gruendl2024-04-161-0/+1
| | | | | Change-Id: Ia0a67e86d679e4d6bfa47b0d7e9863759fbf4ff7 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* warn user about long path as early as possibleTim Jenssen2024-04-151-0/+23
| | | | | | | | | | | Even cmake command project with language CXX and C checks stuff in build directory which can fail. So we can not use cmake variables like CMAKE_SYSTEM_NAME. Instead we use execute_process with ERROR_QUIET. Change-Id: Ib38a0645a6c39c1e587d27245b702fdb9c2c9ce0 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* use current Qt6_VERSION as version numberTim Jenssen2024-03-181-1/+4
| | | | | Change-Id: I5ec1c01532f292a7364c70f1ceec9567942454ed Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* fix commentTim Jenssen2023-01-121-1/+1
| | | | | Change-Id: I808acd4aade0e12038455514d7cd16df40612188 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Fix error when re-configuring the already installed componentsTim Jenssen2023-01-121-0/+6
| | | | | | | | | | | | error was: add_library cannot create ALIAS target ... because another target with the same name already exists. fix: We pretend to be a Qt repository build of qtdeclarative. Change-Id: Ib1e20a0d12e7a0e3467e650f4e1ae63a9a24fa70 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* CMake: lower required CMake version to 3.16Samuli Piippo2022-04-051-1/+1
| | | | | | | ... which is the default version required by Qt. Change-Id: I82238850d9ecf81c2b234be65c7b6e3b9b87c63c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Create CMake build filesTapani Mattila2022-03-211-0/+22
Task-number: QDS-6324 Change-Id: Ic20fde733cb752b858d8f05b8816fc9702f8ed0b Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>