summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add QT_TEST_RUNNING_IN_CTEST environment variable for testLeander Beernaert2020-01-141-1/+1
* Add support for test timeoutsLeander Beernaert2020-01-131-1/+4
* Implement qtbase fixes for superbuildsJean-Michaƫl Celerier2020-01-081-18/+79
* Fix is_framework check for interface librariesLeander Beernaert2020-01-061-1/+6
* CMake: Add support for framework buildsJoerg Bornemann2020-01-061-36/+201
* Add custom targets for documentationLeander Beernaert2019-12-181-1/+154
* Expose Patch Version in QtConfig.cmakeLeander Beernaert2019-12-111-2/+4
* Add option to specify working directory for qt_add_testLeander Beernaert2019-12-101-2/+8
* CMake: Fix creation of versionless targets for toolsAlexandru Croitor2019-12-061-5/+15
* Fix meta types json file install for non-prefix buildsLeander Beernaert2019-12-051-1/+10
* Clear QT_KNOWN_MODULE_${module}_TOOLS cache vars on reconfigurationAlexandru Croitor2019-12-051-0/+2
* Collect Json Metatypes from CMake's AutomocLeander Beernaert2019-12-041-1/+14
* Don't export private include paths if there are no private includesAlexandru Croitor2019-12-031-3/+6
* Add initial support for cross-building to iOSAlexandru Croitor2019-12-031-1/+7
* Provide a way to specify extra tool package dependenciesAlexandru Croitor2019-11-261-0/+68
* CMake: Do feature testing for linker flagsCristian Adam2019-11-221-3/+16
* CMake: Add support for building with Clang-MinGW toolchainCristian Adam2019-11-221-2/+5
* Fix warnings when a module's plugin type has underscoresAlexandru Croitor2019-11-151-3/+9
* Fix add_cmake_library to use a correct plugin suffix on macOSAlexandru Croitor2019-11-151-0/+6
* Rename / prefix all our private API functions with qt_Alexandru Croitor2019-11-141-101/+158
* Fix not to add warnings_are_errors property to INTERFACE targetsAlexandru Croitor2019-11-131-0/+4
* Fix qt_skip_warnings_are_errors_when_repo_unclean for executablesAlexandru Croitor2019-11-131-1/+1
* Add support for skipping warnings are errorsAlexandru Croitor2019-11-121-0/+14
* Add add_qt_manual_test()Leander Beernaert2019-11-121-0/+34
* Fix armv7 embedded Linux buildSimon Hausmann2019-11-111-1/+3
* Fix handling of _nolink targets for the QtNetwork moduleAlexandru Croitor2019-11-081-1/+5
* Fix interface library issues on AndroidAlexandru Croitor2019-11-081-1/+1
* Don't add linker scripts to interface librariesAlexandru Croitor2019-11-081-4/+6
* Add support for benchmark conversionLeander Beernaert2019-11-041-0/+32
* cmake: Fix setting QT_DISABLE_DEPRECATED_BEFOREFrederik Gladhorn2019-10-311-3/+4
* Distinguish between qt_plugin and regular pluginsLeander Beernaert2019-10-281-0/+4
* Enable running test on AndroidLeander Beernaert2019-10-281-8/+27
* Fix declarative testsAlexandru Croitor2019-10-251-3/+0
* Add custom targets to generate Android APKLeander Beernaert2019-10-231-0/+4
* QtBuild: Use STRING type for install locationsTobias Hunger2019-10-211-15/+16
* Write out a module description fileTobias Hunger2019-10-211-0/+20
* Add ALLOW_UNDEFINED_SYMBOLS to add_qt_pluginLeander Beernaert2019-10-211-4/+6
* Rename builtin test data resource nameLeander Beernaert2019-10-181-1/+1
* Pick the latest available C/C++ standard when compiling QtSimon Hausmann2019-10-171-0/+19
* Fix precompile header usageAlexandru Croitor2019-10-151-1/+1
* Fix output property for add_cmake_library()Leander Beernaert2019-10-151-1/+3
* Remove compatibility code for old call sites of qlalr processingSimon Hausmann2019-10-151-8/+0