summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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