summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in CMake Android setup instructionsFrederik Gladhorn2019-09-181-1/+1
* Print build instructions when configuring qtbaseAlexandru Croitor2019-09-171-0/+25
* Fix for getting windows running testsMårten Nordheim2019-09-171-1/+7
* pro2cmake: Support QML IMPORTPATH with multiple elementsJüri Valdmann2019-09-171-4/+4
* Teach automoc to run moc when it sees Q_ENUM_NSAlexandru Croitor2019-09-171-1/+1
* Prospective fix for QtGui private symbol versioningSimon Hausmann2019-09-171-1/+1
* cmake/README.md: Make more obvious how to set BUILD_EXAMPLES/TESTINGAlessandro Portale2019-09-161-1/+1
* CMake: Fix detection of AT-SPI-2 on second runFrederik Gladhorn2019-09-161-5/+4
* Fix merge typo in QtResource.cmake.inLeander Beernaert2019-09-161-2/+2
* Fix OUTPUT_TARGET propagation in qt6_add_resource()Leander Beernaert2019-09-162-14/+19
* Don't set the MODULE_HEADER property on header-only modulesMårten Nordheim2019-09-131-1/+3
* Use pre-compiled headers when building Qt with cmakeMårten Nordheim2019-09-111-4/+41
* Reflow text in cmake/README.md to be less than 100 chars per lineAlexandru Croitor2019-09-101-38/+99
* Don't propagate INSTALL_INTERFACE headers for modules with no syncqtAlexandru Croitor2019-09-101-1/+1
* Propagate BUILD_TESTING and BUILD_EXAMPLESAlexandru Croitor2019-09-062-0/+7
* Fix unnecessary find_package calls for shared builds, part 2Simon Hausmann2019-09-061-1/+1
* Use $$source_path/qtbase/cmake modules when doing non-prefix buildsAlexandru Croitor2019-09-061-3/+14
* Avoid unnecessary find_package calls when using Qt with shared buildsSimon Hausmann2019-09-051-0/+5
* Fix build of installed header-only modules in non-prefix buildsSimon Hausmann2019-09-051-4/+4
* cmake: Enable building of the oci pluginVille Voutilainen2019-09-051-0/+48
* Fix qmlcachegen invocation on Windows, part 2Simon Hausmann2019-09-042-9/+7
* Fix qtdeclarative build on WindowsSimon Hausmann2019-09-042-4/+20
* Remove dead codeSimon Hausmann2019-09-041-71/+0
* cmake: Enable building of the db2 pluginVille Voutilainen2019-09-041-0/+59
* Disable Examples in static buildLeander Beernaert2019-09-031-1/+1
* Prospective fix for linking problems of qtdeclarative in the CISimon Hausmann2019-09-031-5/+5
* Enable building of the mysql pluginVille Voutilainen2019-09-021-0/+50
* Don't include module syncqt header locations if syncqt was not runAlexandru Croitor2019-09-021-17/+27
* Decide whether to build tools when doing a standalone test buildAlexandru Croitor2019-09-021-0/+1
* Fix add_qt_resource to handle resources in static builds properlyAlexandru Croitor2019-08-301-2/+14
* Override qmlimportscanner path in android deployment settingsLeander Beernaert2019-08-301-1/+10
* Update Android build configurationLeander Beernaert2019-08-303-44/+75
* Fix qtdeclarative static buildsAlexandru Croitor2019-08-301-0/+5
* Fix WASM platform detectionSimon Hausmann2019-08-301-1/+1
* Fix static builds after revamp of add_qt_resourceAlexandru Croitor2019-08-303-6/+12
* Be more verbose on required environment variablesMaurice Kalinowski2019-08-281-1/+1
* Fix "mkspec selection" when building with EmscriptenSimon Hausmann2019-08-281-0/+2
* Fix CMake errors around linker flags when targeting WASMSimon Hausmann2019-08-281-1/+4
* Fix architecture detection with WASM buildsSimon Hausmann2019-08-281-0/+11
* Add missing qml-root-path for AndroidLeander Beernaert2019-08-283-18/+23
* Fix qt_get_module_for_plugin to work with interface librariesAlexandru Croitor2019-08-281-0/+7
* Add OUPUT_DIRECTORY option to add_qt_testLeander Beernaert2019-08-261-3/+6
* Do not use quick compiler with embedded test dataLeander Beernaert2019-08-231-0/+7
* Skip emebedding test data when there is no targetLeander Beernaert2019-08-231-14/+17
* Link against Qml when using quick compilerLeander Beernaert2019-08-231-1/+1
* Add support for Qt header_modules aka a header only INTERFACE libraryAlexandru Croitor2019-08-232-46/+111
* 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-232-20/+44
* Replace invalid symbols with underscoreLeander Beernaert2019-08-221-0/+1