summaryrefslogtreecommitdiffstats
path: root/examples/demos/stocqt/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-251-3/+0
| | | | | | | | | | | | CMAKE_INCLUDE_CURRENT_DIR is not necessary anymore for moc since CMake 3.8: https://cmake.org/cmake/help/latest/release/3.8.html#other-changes Enable CMAKE_AUTOUIC only if .ui files are present. Pick-to: 6.3 Change-Id: Ic34418e3306de0ee1769bc3153bb833f7951da19 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Examples: Improve CMakeLists.txt filesKai Köhne2022-01-201-8/+4
| | | | | | Pick-to: 6.2 6.3 Change-Id: I7582f6c1b9daacaf694355269663b1d6616e0c05 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Remove CMAKE_AUTORCC from demosJoerg Bornemann2022-01-201-1/+0
| | | | | | | | | All demos are using qt6_add_resources. Pick-to: 6.2 6.3 Task-number: QTBUG-87643 Change-Id: I14c7d876b2ac3b1a24cec78fbd4463a46c71e564 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
| | | | | | | | | | | | | Needed for subsequent change that will check and error out if the version is lower than 3.16. We do that to ensure all policies introduced by CMake up to version 3.16 have their behavior set to NEW. Pick-to: 6.2 Task-number: QTBUG-95018 Change-Id: I23a59d7bfa89ffdacf8002b03657b7da38669ee2 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-261-0/+4
| | | | | | | | As well as the MACOSX_BUNDLE properties as necessary. Task-number: QTBUG-87664 Change-Id: I474b13a0a78a33fff1d06b283a88b0c33a7dd524 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-201-1/+1
| | | | | | Task-number: QTBUG-87661 Change-Id: Id97b3405ce69eb5db61790e8187a48762f3067db Reviewed-by: Daniel Smith <Daniel.Smith@qt.io>
* CMake: Regenerate projects before API changeAlexandru Croitor2020-10-011-1/+5
| | | | | | | Task-number: QTBUG-86815 Change-Id: Id8da24b8a26f0263324a8fed5fd9cedbfa3ee11a Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* CMake: Port the build setup to CMakeVenugopal Shivashankar2020-05-041-0/+83
Fixes: QTBUG-83910 Change-Id: If0ebd9d0b528cd84ffe92955b7d1c4d580d397fb Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>