summaryrefslogtreecommitdiffstats
path: root/cmake/QtSetup.cmake
Commit message (Expand)AuthorAgeFilesLines
* Rework how installation is prevented in non-prefix buildsJoerg Bornemann2021-09-221-3/+0
* CMake: Allow opting out of building examples as ExternalProjectsAlexandru Croitor2021-09-061-0/+11
* CMake: Error out if ccache is requested but not foundJoerg Bornemann2021-08-271-1/+1
* Restore default installation prefix from Qt 5Joerg Bornemann2021-07-061-6/+17
* CMake: Propagate sanitizer flags to public projectsAlexandru Croitor2021-06-251-4/+0
* CMake: Build minimal subset of tests in desktop static buildsAlexandru Croitor2021-04-061-0/+1
* Allow benchmarks with --force-debug-infoAllan Sandfeld Jensen2021-02-051-1/+1
* Fix invalid Qt prefix version when looking for HostInfo moduleAlexey Edelev2021-01-261-1/+1
* CMake: Use Release build type by defaultAlexey Edelev2020-12-211-7/+7
* CMake: Use host variables instead of hardcoded directoriesAlexey Edelev2020-12-211-2/+3
* CMake: Add detection of FEATURE_foo change by userAlexey Edelev2020-12-171-0/+24
* Offer to build manual tests through QT_BUILD_MANUAL_TESTSAleix Pol2020-12-081-0/+2
* CMake: Add extra targets to run single benchmark using CMake generatorAlexey Edelev2020-12-071-3/+6
* CMake: Name QT_NO_MAKE_*/BUILD_* variables consistentlyJoerg Bornemann2020-11-201-17/+17
* CMake: Avoid usage of FEATURE_debug_and_release in QtSetup.cmakeJoerg Bornemann2020-11-091-1/+1
* CMake: Fix configure -developer-buildJoerg Bornemann2020-11-091-0/+6
* CMake: Implement configure -reduce-exportsJoerg Bornemann2020-10-051-7/+0
* CMake: use HostInfo when QT_HOST_PATH is setSamuli Piippo2020-09-301-0/+3
* CMake: Fix usage of ccache when no executable was foundAlexandru Croitor2020-08-181-3/+8
* CMake: Fix handling of CMAKE_FIND_ROOT_PATH and CMAKE_PREFIX_PATHAlexandru Croitor2020-07-241-6/+7
* CMake: Fix QT_STAGING_PREFIX for repos other than qtbaseJoerg Bornemann2020-07-131-2/+0
* CMake: Introduce QT_STAGING_PREFIXJoerg Bornemann2020-07-091-0/+2
* CMake: Fix non-prefix buildsAlexandru Croitor2020-07-021-1/+1
* CMake: Fix non-prefix build detection when CMAKE_STAGING_PREFIX is setJoerg Bornemann2020-07-011-4/+13
* CMake: Support cross-compilation with qmakeJoerg Bornemann2020-06-291-7/+14
* cmake: Apply symbol visibility settings to Objective-C/C++ sourcesTor Arne Vestbø2020-06-251-0/+2
* CMake: Improve sanitizer detectionAlexandru Croitor2020-06-151-0/+1
* Remove last traces of QT_BUILD_EXAMPLESKai Koehne2020-06-111-9/+1
* CMake: Don't add "d" suffix to MinGW debug librariesJoerg Bornemann2020-06-111-1/+9
* CMake: Don't configure examples by defaultAlexandru Croitor2020-06-101-1/+1
* CMake: Make it possible to build tools when cross-compilingLeander Beernaert2020-06-021-1/+6
* CMake: Make build system of installed Qt more relocatableAlexandru Croitor2020-05-071-4/+4
* CMake: Handle super build non-prefix install prefix correctlyAlexandru Croitor2020-04-171-2/+2
* CMake: Allow excluding tools and apps from the default 'all' targetAlexandru Croitor2020-04-021-0/+6
* cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-161-2/+2
* CMake: Don't build tests and examples by default on Android and iOSAlexandru Croitor2020-03-121-2/+2
* CMake: Port most of the configure summary supportAlexandru Croitor2020-03-091-0/+1
* CMake: Fix Ninja Multi-Config framework buildsAlexandru Croitor2020-03-061-0/+1
* CMake: Port the 'debug_and_release' featureJoerg Bornemann2020-03-051-0/+3
* Add initial support for CMake "Ninja Multi-Config" generatorAlexandru Croitor2020-01-271-1/+13
* Add initial support for cross-building to iOSAlexandru Croitor2019-12-031-1/+14
* Rename / prefix all our private API functions with qt_Alexandru Croitor2019-11-141-1/+1
* Always build tests by default when building standalone testsAlexandru Croitor2019-11-131-0/+4
* Add support for -nomake-tests and -nomake-examples equivalentsAlexandru Croitor2019-11-081-0/+2
* Make standalone tests build via top level repo projectAlexandru Croitor2019-11-081-1/+9
* Add support for benchmark conversionLeander Beernaert2019-11-041-0/+11
* Pick the latest available C/C++ standard when compiling QtSimon Hausmann2019-10-171-5/+2
* Include QtPlatformSupport as part of find_package(Qt6BuildInternals)Alexandru Croitor2019-09-271-3/+0
* Propagate BUILD_TESTING and BUILD_EXAMPLESAlexandru Croitor2019-09-061-0/+3
* Ugly fix for handling QT_SOURCE_TREEAlexandru Croitor2019-07-291-0/+8