summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Introduce qt_configure_fileAlexandru Croitor2020-03-231-0/+35
* CMake: Add global / top-level docs targetsAlexandru Croitor2020-03-181-0/+5
* CMake: Fix Windows VM Test RunsLeander Beernaert2020-03-161-26/+8
* CMake: Don't make a private module depend 1kk times on the public oneAlexandru Croitor2020-03-131-1/+2
* CMake: Propagate minimum required C++ standard to consumers of QtAlexandru Croitor2020-03-121-0/+7
* CMake: Remove code for old 3rdparty mechanism handlingAlexandru Croitor2020-03-101-96/+0
* CMake: Handle path components like INSTALL_LIBDIR more correctlyAlexandru Croitor2020-03-101-36/+70
* CMake: Port the 'separate_debug_info' featureJoerg Bornemann2020-03-061-0/+9
* Add QT_MODULE_SKIP_MODULE_INCLUDES propertyLeander Beernaert2020-03-051-1/+4
* CMake: Handle conditions in third party find modules correctlyAlexandru Croitor2020-03-051-0/+22
* CMake: Generate Win32 Resource FilesLeander Beernaert2020-02-251-2/+37
* CMake: Port the reduce-relocations featureJoerg Bornemann2020-02-251-0/+15
* CMake: Check for syncqt private headers directory before usingAlexandru Croitor2020-02-251-1/+7
* CMake: Fix 3rd party library installationAlexandru Croitor2020-02-251-3/+12
* CMake: Allow creation of modules with no qtfoo-config.h fileAlexandru Croitor2020-02-251-2/+2
* CMake: Add functions to allow setting symbol visibility flagsAlexandru Croitor2020-02-251-0/+14