summaryrefslogtreecommitdiffstats
path: root/cmake/QtPostProcess.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Move QtPostProcess functions into QtPostProcessHelpers.cmakeAlexandru Croitor2020-08-141-641/+2
* CMake: Fix Threads::Threads dependency handling with CMake < 3.18Alexandru Croitor2020-08-121-0/+2
* CMake: Prepare ground work for static Qml plugins importingAlexandru Croitor2020-08-121-6/+25
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-061-0/+47
* CMake: Fix build with custom INSTALL_INCLUDEDIRJoerg Bornemann2020-08-061-1/+1
* CMake: Provide old style CMake variables for target infoAlexandru Croitor2020-07-171-0/+5
* CMake: Fix old style find_package(Qt6Foo) to workAlexandru Croitor2020-07-171-1/+7
* CMake: Fix QT_STAGING_PREFIX for repos other than qtbaseJoerg Bornemann2020-07-131-0/+12
* CMake: Adjust some status messages about syncqt and file generationAlexandru Croitor2020-06-301-3/+0
* CMake: Don't use libraries in /usr/local by default on macOSAlexandru Croitor2020-06-291-0/+8
* CMake: Create Qt6HostInfo packageJoerg Bornemann2020-06-281-0/+16
* cmake: Match tense of other log outputTor Arne Vestbø2020-06-261-1/+1
* CMake: Improve sanitizer detectionAlexandru Croitor2020-06-151-0/+5
* CMake: Generate .prl files for plugins in static Qt buildsJoerg Bornemann2020-06-151-4/+7
* CMake: Save OPENSSL_ROOT_DIR in QtBuildInternalsExtraAlexandru Croitor2020-06-081-0/+10
* CMake: Make it possible to build tools when cross-compilingLeander Beernaert2020-06-021-0/+5
* Revert "CMake: Don't create *Depends header for header-only modules"Joerg Bornemann2020-05-201-2/+1
* CMake: Default to building all configurations with Ninja Multi-ConfigAlexandru Croitor2020-05-191-1/+4
* CMake: Allow using single config generators after building with NMCAlexandru Croitor2020-05-191-9/+46
* CMake: Don't create *Depends header for header-only modulesJoerg Bornemann2020-05-161-1/+2
* CMake: Add MODULE_INCLUDE_NAME one-value-keyword to qt_add_moduleJoerg Bornemann2020-05-151-3/+3
* CMake: Make build system of installed Qt more relocatableAlexandru Croitor2020-05-071-0/+1
* CMake: Generate qmake .prl filesJoerg Bornemann2020-04-171-0/+6
* CMake: Handle automatic rpath embedding correctlyAlexandru Croitor2020-04-171-0/+12
* CMake: Fix auto-detection of precompiled header supportAlexandru Croitor2020-03-251-0/+4
* CMake: Handle path components like INSTALL_LIBDIR more correctlyAlexandru Croitor2020-03-101-0/+19
* Add QT_MODULE_SKIP_MODULE_INCLUDES propertyLeander Beernaert2020-03-051-0/+9
* CMake: Adapt to latest upstream Ninja Multi-Config changesAlexandru Croitor2020-03-041-5/+5
* CMake: Allow building bundled 3rd party libraries in qtbaseAlexandru Croitor2020-02-251-1/+22
* Only export public module link dependencies for shared buildsLeander Beernaert2020-02-121-1/+3
* Don't hardcode the include directory nameChristophe Giboudeaux2020-01-311-1/+1
* Fix CMAKE_BUILD_TYPE to be force setAlexandru Croitor2020-01-301-1/+5
* Fix CMAKE_BUILD_TYPE to be a cache variable in QtBuildInternalsExtraAlexandru Croitor2020-01-291-1/+1
* Add initial support for CMake "Ninja Multi-Config" generatorAlexandru Croitor2020-01-271-1/+26
* Implement qtbase fixes for superbuildsJean-Michaël Celerier2020-01-081-2/+2
* Provide a way to specify extra tool package dependenciesAlexandru Croitor2019-11-261-19/+6
* Don't install QtFooTestsConfig.cmake if no modules were builtAlexandru Croitor2019-11-121-0/+6
* Fix architecture config tests values to be written only onceAlexandru Croitor2019-11-081-1/+1
* Make standalone tests build via top level repo projectAlexandru Croitor2019-11-081-0/+27
* QtPostProcess: Check target link-type when collecting depsMårten Nordheim2019-09-301-4/+11
* Create module tools packages (config files) automaticallyAlexandru Croitor2019-09-221-0/+8
* Fix unnecessary find_package calls for shared builds, part 2Simon Hausmann2019-09-061-1/+1
* Avoid unnecessary find_package calls when using Qt with shared buildsSimon Hausmann2019-09-051-0/+5
* Add support for Qt header_modules aka a header only INTERFACE libraryAlexandru Croitor2019-08-231-3/+19
* Add some clarifying documentation in QtPostProcessAlexandru Croitor2019-08-231-0/+13
* Fix creation of ModuleDepends header file with correct dependenciesAlexandru Croitor2019-08-231-1/+3
* Abstract and fix usages of QT_KNOWN_MODULESAlexandru Croitor2019-08-231-7/+13
* Export architecture config test variablesLeander Beernaert2019-08-141-0/+4
* Ugly fix for handling QT_SOURCE_TREEAlexandru Croitor2019-07-291-0/+2
* cmake: allow client apps to load static plug-insJean-Michaël Celerier2019-07-051-17/+17