summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update add_custom_command and add_custom_target dependenciesLeander Beernaert2020-02-031-1/+7
* Don't hardcode the include directory nameChristophe Giboudeaux2020-01-311-6/+6
* Don't hardcode the library directory nameChristophe Giboudeaux2020-01-311-3/+3
* Don't hardcode the binary directory nameChristophe Giboudeaux2020-01-311-10/+10
* Add INSTALL_MKSPECSDIR to the install locationsChristophe Giboudeaux2020-01-311-8/+22
* Append to AUTO_MOC_OPTIONS in order not override existing valueLeander Beernaert2020-01-291-2/+4
* Only add --automoc-json to AUTOMOC_OPTIONS for metatypes targetsLeander Beernaert2020-01-291-1/+0
* Generate metatypes dependency fileLeander Beernaert2020-01-291-20/+15
* Don't create convenience plugin target when not neededAlexandru Croitor2020-01-271-1/+1
* Fix plugin target names to be compatible with Qt 5Alexandru Croitor2020-01-271-5/+22
* Add initial support for CMake "Ninja Multi-Config" generatorAlexandru Croitor2020-01-271-5/+43
* Support for QML Type RegistrarLeander Beernaert2020-01-241-71/+7
* Fix dependencies for SIMD object libraries in macOS framework buildsAlexandru Croitor2020-01-221-0/+5