summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Allow disabling warnings similar to CONFIG += warn_offAlexandru Croitor2020-02-251-0/+8
* CMake: Fix use of compile define QT_NO_DEBUGLeander Beernaert2020-02-201-1/+1
* Fix PATH environment variable for CMake testsLeander Beernaert2020-02-191-1/+3
* Only install tests data for prefix buildsLeander Beernaert2020-02-181-2/+2
* Set qt_add_test WORKING_DIRECTORY to OUTPUT_DIRECTORYLeander Beernaert2020-02-181-0/+2
* cmake: C++17 is mandatoryOlivier Goffart2020-02-181-5/+1
* CMake: Fix c++ standard config tests with MSVCAlexandru Croitor2020-02-181-0/+8
* Use INSTALL_DOCDIR when possibleChristophe Giboudeaux2020-02-121-10/+10
* Add support for qt_helper_lib()Leander Beernaert2020-02-121-0/+136
* Only export public module link dependencies for shared buildsLeander Beernaert2020-02-121-1/+8
* Refactor Metatypes dependency propagationLeander Beernaert2020-02-101-2/+0
* Don't add private module headers for private modules when not neededAlexandru Croitor2020-02-061-4/+5
* Remove qt_add_qml_module() from QtBuildLeander Beernaert2020-02-061-169/+0
* Load module specific extensions for QtBuildInternalsLeander Beernaert2020-02-061-0/+8
* Fix qt_add_qml_module() for non-prefix buildsLeander Beernaert2020-02-051-14/+18
* Allow manually specification of moc.json files for metatype generationLeander Beernaert2020-02-051-2/+17
* pro2cmake: Handle QT += core-private correctly for modulesAlexandru Croitor2020-02-051-4/+6
* qtbase: use syncqt.pl from QT_HOST_PATHSamuli Piippo2020-02-051-0/+6