summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuildInternals
Commit message (Expand)AuthorAgeFilesLines
* Fix top-level build repository targetsJoerg Bornemann2021-04-191-9/+10
* Fix autotest config in cross-compiled prefix buildEirik Aavitsland2020-12-171-1/+5
* Offer to build manual tests through QT_BUILD_MANUAL_TESTSAleix Pol2020-12-081-2/+2
* CMake: Add extra targets to run single benchmark using CMake generatorAlexey Edelev2020-12-071-0/+6
* CMake: Enable NEW policies by CMake version with a global defaultCraig Scott2020-12-071-3/+3
* CMake: Rename QtBuildInternalsAndroid.cmake to QtAndroidHelpers.cmakeJoerg Bornemann2020-11-242-225/+0
* CMake: Fix Android non-top-level build against qtbaseJoerg Bornemann2020-11-231-1/+6
* CMake: Name QT_NO_MAKE_*/BUILD_* variables consistentlyJoerg Bornemann2020-11-201-5/+5
* Toplevel builds: Add utility toplevel targets for each moduleVolker Hilsheimer2020-11-201-0/+47
* CMake: Fix Android top-level prefix buildJoerg Bornemann2020-11-201-1/+1
* CMake: Disconnect docs installation targets from generation targetsJoerg Bornemann2020-11-061-4/+0
* CMake: Fix top-level documentation install targetsJoerg Bornemann2020-11-061-0/+4
* CMake: Bump the minimum required CMake version to build Qt to 3.18Alexandru Croitor2020-11-031-0/+4
* CMake: Re-work documentation targetsJoerg Bornemann2020-10-281-11/+10
* CMake: Fix handling of rpaths for tests with CMAKE_STAGING_PREFIXAlexandru Croitor2020-10-261-0/+12
* CMake: Add convenience custom targets to build Qt pluginsAlexandru Croitor2020-10-221-0/+10
* CMake: Refactor optimization flag handling and add optimize_fullAlexandru Croitor2020-10-061-0/+5
* By default don't try to use pkg-config when targeting AndroidAlexandru Croitor2020-09-281-1/+1
* CMake: Turn off pkg_config_enabled if pkg_config is not foundAlessandro Portale2020-09-091-7/+28
* CMake: Implement configure -optimize-debugJoerg Bornemann2020-08-201-1/+3
* CMake: Adjust compiler flag optimizations to qmake mkspec onesAlexandru Croitor2020-08-191-0/+2
* CMake Build: Disable pkg-config for QNXCristian Adam2020-08-191-1/+1
* CMake: Fix configuration of CMake tests in-build-treeAlexandru Croitor2020-07-201-5/+11
* CMake: Fix various issues with the Android buildAlexandru Croitor2020-07-091-2/+1
* CMake: Don't use libraries in /usr/local by default on macOSAlexandru Croitor2020-06-291-0/+92
* CMake: Add meta-target host_tools to easily build just the toolsAlexandru Croitor2020-06-261-0/+7
* CMake: Don't reset install prefix upon standalone test reconfigurationAlexandru Croitor2020-06-081-12/+4
* cmake: quote paths to prevent issues when no install prefix is setJean-Michaël Celerier2020-06-051-1/+1
* CMake: Fix standalone tests to work properly on reconfigurationAlexandru Croitor2020-06-042-17/+25
* CMake: Make build system of installed Qt more relocatableAlexandru Croitor2020-05-071-0/+34
* CMake: Fix the setup for html_docs and qch_docsVenugopal Shivashankar2020-04-301-2/+2
* CMake: Fix usage of correct install prefix for standalone testsAlexandru Croitor2020-04-301-2/+15
* CMake: Allow sqldriver plugins to be built as standaloneLeander Beernaert2020-04-241-0/+8
* CMake: Add qt6_add_plugin public APILeander Beernaert2020-04-221-0/+1
* CMake: Make sure not to use the Qt prefix for standalone testsAlexandru Croitor2020-04-172-0/+19
* CMake: Handle automatic rpath embedding correctlyAlexandru Croitor2020-04-171-0/+7
* CMake: Autodetect Objective-C support only on macOSAlexandru Croitor2020-04-071-1/+6
* CMake: Adjust PCH support for multi-arch iOS buildsAlexandru Croitor2020-04-031-0/+18
* CMake: Provide script to configure and build one or more testsAlexandru Croitor2020-03-232-3/+41
* CMake: Add global / top-level docs targetsAlexandru Croitor2020-03-181-1/+21
* CMake: Fix incorrect argument in QtBuildInternalsAndroidAlexandru Croitor2020-03-121-2/+2
* CMake: Port most of the configure summary supportAlexandru Croitor2020-03-091-2/+0
* CMake: Use correct C++ standard flag when building standalone testsAlexandru Croitor2020-02-181-0/+5
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-1/+1
* Implement qtbase fixes for superbuildsJean-Michaël Celerier2020-01-081-36/+13
* Add custom targets for documentationLeander Beernaert2019-12-181-0/+28
* Don't include standalone tests config file if none existsAlexandru Croitor2019-11-131-1/+1
* Build test/manual if it contains a CMakeLists.txtLeander Beernaert2019-11-121-0/+3
* Add support for -nomake-tests and -nomake-examples equivalentsAlexandru Croitor2019-11-081-0/+6
* Make standalone tests build via top level repo projectAlexandru Croitor2019-11-081-39/+54