summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.cmake
Commit message (Expand)AuthorAgeFilesLines
...
* Regenerate files after dev -> wip/cmake mergeAlexandru Croitor2019-10-141-0/+39
* Don't include header directories that don't existAlexandru Croitor2019-10-141-1/+1
* Fix Android build from multi-arch qmake changesLeander Beernaert2019-10-141-2/+2
* Fix handling of OUTPUT_DIRECTORY in add_cmake_libraryLeander Beernaert2019-10-111-2/+7
* Minor fix to qt_process_qlalr APISimon Hausmann2019-10-111-1/+9
* Add SKIP_INSTALL to add_qt_plugin()Leander Beernaert2019-10-111-43/+47
* Add 'add_cmake_library' to QtBuild.cmakeLeander Beernaert2019-10-101-0/+62
* Add install directory for plugins without typeLeander Beernaert2019-10-101-3/+3
* Match qt_import_plugin API with qt5'sJean-Michaël Celerier2019-10-091-3/+37
* Update add_qml_module() to use INSTALL_QML_FILESLeander Beernaert2019-10-081-0/+1
* Update add_qml_module to use DO_NOT_INSTALL_METADATALeander Beernaert2019-10-081-1/+1
* cmake: Add IOBluetooth to list of apple system frameworksOliver Wolff2019-10-011-0/+1
* Enchance qt_find_package with opt-in debug capabilityAlexandru Croitor2019-10-011-3/+27
* Add a find_library entry for the GameController frameworkMårten Nordheim2019-10-011-0/+1
* Fix qt_find_package to not show incorrect packages at features summaryAlexandru Croitor2019-09-271-0/+7
* cmake: Fix QT_TOOL_PATH_SETUP_COMMANDJoerg Bornemann2019-09-261-1/+1
* Add SKIP_TYPE_REGISTRATION option to add_qml_moduleLeander Beernaert2019-09-241-0/+8
* macOS: Prevent warnings about object files without any symbolsTor Arne Vestbø2019-09-241-0/+12
* Fix qtdeclarative buildAlexandru Croitor2019-09-231-4/+5
* Create module tools packages (config files) automaticallyAlexandru Croitor2019-09-221-6/+1
* PCH: Only enable automatically for libraries/modulesMårten Nordheim2019-09-191-1/+11
* Add Qml plugin example supportLeander Beernaert2019-09-191-37/+42
* Check if Qt source dir is not empty to use syncqtCristián Maureira-Fredes2019-09-181-1/+1
* Fix QtDeclcarative static buildsLeander Beernaert2019-09-181-6/+4
* Fix up documentation integration placeholderSimon Hausmann2019-09-181-1/+11
* 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
* Fix OUTPUT_TARGET propagation in qt6_add_resource()Leander Beernaert2019-09-161-6/+8
* 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
* Don't propagate INSTALL_INTERFACE headers for modules with no syncqtAlexandru Croitor2019-09-101-1/+1
* Fix build of installed header-only modules in non-prefix buildsSimon Hausmann2019-09-051-4/+4
* Fix qmlcachegen invocation on Windows, part 2Simon Hausmann2019-09-041-3/+1
* Fix qtdeclarative build on WindowsSimon Hausmann2019-09-041-0/+14
* Remove dead codeSimon Hausmann2019-09-041-71/+0
* Don't include module syncqt header locations if syncqt was not runAlexandru Croitor2019-09-021-17/+27
* Update Android build configurationLeander Beernaert2019-08-301-0/+8
* Fix qtdeclarative static buildsAlexandru Croitor2019-08-301-0/+5
* Fix static builds after revamp of add_qt_resourceAlexandru Croitor2019-08-301-2/+3
* 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
* Add missing qml-root-path for AndroidLeander Beernaert2019-08-281-1/+6
* 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
* Add support for Qt header_modules aka a header only INTERFACE libraryAlexandru Croitor2019-08-231-43/+92
* Abstract and fix usages of QT_KNOWN_MODULESAlexandru Croitor2019-08-231-13/+31