summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of _nolink targets for the QtNetwork moduleAlexandru Croitor2019-11-081-1/+5
* Fix interface library issues on AndroidAlexandru Croitor2019-11-082-1/+5
* Don't add linker scripts to interface librariesAlexandru Croitor2019-11-081-4/+6
* Don't query MODULE_PLUGIN_TYPES property on interface librariesAlexandru Croitor2019-11-081-3/+7
* Fix Android x86 buildsLeander Beernaert2019-11-081-0/+9
* Add support for benchmark conversionLeander Beernaert2019-11-043-1/+44
* 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-282-9/+55
* Fix declarative testsAlexandru Croitor2019-10-251-3/+0
* Add custom targets to generate Android APKLeander Beernaert2019-10-232-1/+31
* QtBuild: Use STRING type for install locationsTobias Hunger2019-10-211-15/+16
* Write out a module description fileTobias Hunger2019-10-213-0/+32
* Add ALLOW_UNDEFINED_SYMBOLS to add_qt_pluginLeander Beernaert2019-10-211-4/+6
* Rename builtin test data resource nameLeander Beernaert2019-10-181-1/+1
* Add conversion code for Java codeLeander Beernaert2019-10-181-0/+12
* Pick the latest available C/C++ standard when compiling QtSimon Hausmann2019-10-172-5/+21
* Fix C++ standard detectionSimon Hausmann2019-10-171-1/+15
* Fix precompile header usageAlexandru Croitor2019-10-151-1/+1
* Add QT_RESOURCE_TARGET_DEPENDENCY source file propertyLeander Beernaert2019-10-151-1/+12
* 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-142-0/+78
* Don't include header directories that don't existAlexandru Croitor2019-10-141-1/+1
* Always try to find dependencies for pluginsAlexandru Croitor2019-10-141-2/+0
* 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
* CMake: Create output directory for qmlcachegenJoerg Bornemann2019-10-111-0/+4
* Add 'add_cmake_library' to QtBuild.cmakeLeander Beernaert2019-10-101-0/+62
* Add install directory for plugins without typeLeander Beernaert2019-10-101-3/+3
* Fix automatic plugin importing in static buildsAlexandru Croitor2019-10-091-6/+14
* Match qt_import_plugin API with qt5'sJean-Michaël Celerier2019-10-094-13/+101
* 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
* Always append extra cmake modules to CMAKE_MODULE_PATH in Qt6ConfigAlexandru Croitor2019-10-013-20/+6
* Add CMake support for directfb plug-inJean-Michaël Celerier2019-09-301-0/+7
* QtPostProcess: Check target link-type when collecting depsMårten Nordheim2019-09-301-4/+11
* Fix libsystemd find module nameAlexandru Croitor2019-09-271-1/+1
* Fix some find modules not setting _FOUND variableAlexandru Croitor2019-09-272-0/+6
* Fix qt_find_package to not show incorrect packages at features summaryAlexandru Croitor2019-09-271-0/+7
* Include QtPlatformSupport as part of find_package(Qt6BuildInternals)Alexandru Croitor2019-09-272-10/+11
* cmake: Support CMake-typical booly values for -DFEATURE_*Joerg Bornemann2019-09-261-1/+2
* cmake: Fix QT_TOOL_PATH_SETUP_COMMANDJoerg Bornemann2019-09-261-1/+1
* Fix GLESv2 linkage with EmscriptenSimon Hausmann2019-09-251-19/+30
* Add SKIP_TYPE_REGISTRATION option to add_qml_moduleLeander Beernaert2019-09-241-0/+8