summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.cmake
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix missing prefix for test data on androidLeander Beernaert2019-08-221-0/+1
* Extract add_qt_resource into reusable componentsLeander Beernaert2019-08-221-259/+38
* Fix QT_WILL_BUILD_TOOLS evaluationLeander Beernaert2019-08-161-1/+5
* Fix developer warnings that a plugin does not belong to a Qt moduleAlexandru Croitor2019-08-161-2/+6
* Fix copying / installing of testdata to proper locationAlexandru Croitor2019-08-151-1/+1
* Handle test helpers betterAlexandru Croitor2019-08-151-4/+56
* Rename alias property on source files to QT_RESOURCE_ALIASLeander Beernaert2019-08-151-2/+2
* Add support for QtQuikCompiler retained resourcesLeander Beernaert2019-08-141-0/+21
* Fix QRC Resource paths for qrc files in subdirectoriesLeander Beernaert2019-08-141-0/+8
* Add substituition rule to qt_internal_module_infoLeander Beernaert2019-08-121-0/+1
* Change quick compiler generated code pathLeander Beernaert2019-08-121-3/+3
* Fix QuickCompiler Setup ErrorsLeander Beernaert2019-08-091-1/+7
* Fix add_qt_resource behavior with regards to unspecified prefixesSimon Hausmann2019-08-091-0/+3
* Simplify resource embedding for qml modulesSimon Hausmann2019-08-091-9/+4
* Remove unused parameters for add_qml_moduleSimon Hausmann2019-08-091-2/+0
* Fix dependencies for source file generated through rccLeander Beernaert2019-08-091-1/+1
* Add support for QTQUICK_COMPILER_SKIPPED_RESOURCESSimon Hausmann2019-08-091-1/+1
* Minor variable naming cleanupSimon Hausmann2019-08-091-4/+4
* Fix sourceless qml test caseLeander Beernaert2019-08-091-40/+45
* Enable quick compiler for qml files in add_qt_resourceLeander Beernaert2019-08-091-164/+158
* Fix and streamline header inclusionAlexandru Croitor2019-08-081-35/+67
* Fix typo in QtBuild.cmakeLeander Beernaert2019-08-071-1/+1
* Fix add_qml_module URILeander Beernaert2019-08-061-5/+3
* Propagate library/plugin resources automatically when linking staticallySimon Hausmann2019-08-061-1/+14
* Add __default_public_args to add_qt_test and add_qt_executableLeander Beernaert2019-08-051-6/+6
* Refactor QML_FILES for add_qml_moduleLeander Beernaert2019-08-011-78/+151
* Add Qt Quick Compiler supportLeander Beernaert2019-07-311-13/+111
* Fix add_qml_module() with non-static buildsSimon Hausmann2019-07-301-1/+1
* Protect against extending imported host targetsAlexandru Croitor2019-07-301-2/+24
* Permit the use of qml cache file generation even inside qtdeclarativeSimon Hausmann2019-07-291-7/+0
* Fix testdata handlingAlexandru Croitor2019-07-291-1/+10