summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.cmake
Commit message (Expand)AuthorAgeFilesLines
* Revert "CMake: Don't create *Depends header for header-only modules"Joerg Bornemann2020-05-201-7/+2
* CMake: Hot fix for Ninja Multi-Config with MSVC and OpenSSLJoerg Bornemann2020-05-201-1/+6
* CMake: Move qt_lib_XXX.pri generation to module finalizerJoerg Bornemann2020-05-201-18/+21
* CMake: Use provided OUTPUT_DIRECTORY for manual tests and benchmarksAlexandru Croitor2020-05-191-2/+10
* CMake: Append to QT_CONFIG in the qt_lib_XXX.pri filesJoerg Bornemann2020-05-191-0/+1
* CMake: Fix reading of INTERFACE_* properties in pri file generationJoerg Bornemann2020-05-191-1/+1
* CMake: Fix calling finalizers with empty argumentsJoerg Bornemann2020-05-191-1/+1
* CMake: Fix empty plugin_types value in module pri filesJoerg Bornemann2020-05-191-1/+5
* CMake: Generate qt_plugin_XXX.pri filesJoerg Bornemann2020-05-191-3/+54
* CMake: Generate information about 3rdparty libs in module .pri filesJoerg Bornemann2020-05-191-3/+150
* CMake: Install non-main-config tools and executables to a subdirAlexandru Croitor2020-05-191-25/+96
* CMake: Don't create *Depends header for header-only modulesJoerg Bornemann2020-05-161-2/+7
* CMake: Add MODULE_INCLUDE_NAME one-value-keyword to qt_add_moduleJoerg Bornemann2020-05-151-7/+14
* CMake: Enable default usage of utf8 sources for Qt consumersAlexandru Croitor2020-05-151-0/+16
* CMake: Set QT_TARGET_XXX properties for Qt executables and pluginsJoerg Bornemann2020-05-121-10/+44
* CMake: Make build system of installed Qt more relocatableAlexandru Croitor2020-05-071-77/+96
* CMake: Write QT.XXX.plugin_types to qt_lib_XXX.pri filesJoerg Bornemann2020-05-011-0/+8
* CMake: Add some missing MinGW definesAlexandru Croitor2020-05-011-1/+1
* CMake: Fix failing standalone tests on WindowsAlexandru Croitor2020-05-011-4/+21
* Set QT_PLUGIN_CLASS_NAME also on public pluginsMÃ¥rten Nordheim2020-04-301-2/+6
* Revert "CMake: qt_find_package() enable debug behavior by default"Alexandru Croitor2020-04-301-7/+2
* CMake: Fix CMP0100 warning for bundled harfbuzzJoerg Bornemann2020-04-291-2/+4
* CMake: Honor INSTALL_MKSPECSDIR when generating qmodule.priJoerg Bornemann2020-04-271-2/+2
* CMake: qt_find_package() enable debug behavior by defaultLeander Beernaert2020-04-241-2/+7
* CMake: Port the 'static_runtime' featureJoerg Bornemann2020-04-231-0/+24
* CMake: Add qt6_add_plugin public APILeander Beernaert2020-04-221-3/+3
* CMake: Fix handling of negated feature config valuesJoerg Bornemann2020-04-211-2/+16
* CMake: Fix location of module .pri files for non-prefix buildsJoerg Bornemann2020-04-171-1/+1
* CMake: Write QT_BUILD_PARTS to qmodule.priJoerg Bornemann2020-04-171-0/+22
* CMake: Write PKG_CONFIG_EXECUTABLE to qmodule.priJoerg Bornemann2020-04-171-5/+11
* CMake: Generate qmake pri information for building with qmakeAlexandru Croitor2020-04-171-11/+159
* CMake: Generate qmake .prl filesJoerg Bornemann2020-04-171-1/+235
* CMake: Handle super build non-prefix install prefix correctlyAlexandru Croitor2020-04-171-0/+2
* CMake: Handle automatic rpath embedding correctlyAlexandru Croitor2020-04-171-7/+145
* CMake: Fix $ORIGIN rpaths to work when passed on the command lineAlexandru Croitor2020-04-151-6/+10
* CMake: Enable Moc for 3rdparty librariesLeander Beernaert2020-04-141-0/+2
* CMake: Implement proper exclusion of tools including installingAlexandru Croitor2020-04-071-14/+25
* CMake: Remove special handling of the 'static/shared' featuresJoerg Bornemann2020-04-061-11/+0
* CMake: Remove special handling of the 'rpath' featureJoerg Bornemann2020-04-061-7/+0
* CMake: Adjust PCH support for multi-arch iOS buildsAlexandru Croitor2020-04-031-3/+6
* qt_record_extra_package_dependency: check that target existsSamuli Piippo2020-04-031-7/+9
* CMake: Remove HEADER_MODULE handling from 3rd party libsAlexandru Croitor2020-04-021-15/+13
* CMake: Don't try to add 3rd party includes to ModuleDepends filesAlexandru Croitor2020-04-021-0/+1
* CMake: Don't use escaped plugin type for on-disk directoriesAlexandru Croitor2020-04-021-5/+5
* CMake: Allow excluding tools and apps from the default 'all' targetAlexandru Croitor2020-04-021-0/+23
* CMake: Don't generate docs for targets that don't existAlexandru Croitor2020-04-021-0/+6
* CMake: Fix usage of CMAKE_CROSSCOMPILINGAlexandru Croitor2020-04-021-1/+1
* CMake: Fix qt_lib_XXX.pri files for modules with CONFIG_MODULE_NAME setJoerg Bornemann2020-03-301-30/+31
* CMake: Fix the re-computed value of INSTALL_*DIR variablesJoerg Bornemann2020-03-251-1/+4
* CMake: Fix creation of forwarding headers to be at configure timeAlexandru Croitor2020-03-231-2/+3