summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix cross-build without qt.toolchain.cmakeJoerg Bornemann2022-02-181-3/+4
* CMake: Add default launch screen storyboard for iOS appsAlexandru Croitor2022-02-164-3/+59
* CMake: Introduce QT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATHJoerg Bornemann2022-02-154-24/+77
* configure: Fix --foo=bar argumentsJoerg Bornemann2022-02-151-1/+1
* configure: Allow specifying arbitrary variable assignmentsJoerg Bornemann2022-02-151-0/+13
* configure: Remove unused facility to define variable assignmentsJoerg Bornemann2022-02-151-29/+0
* Use 'copy' but not 'copy_if_different' on Windows platformsAlexey Edelev2022-02-104-0/+38
* Add missing include of QtPublicCMakeHelpersAlexey Edelev2022-02-101-0/+1
* Fix the run of _check targets in multi-config buildsAlexey Edelev2022-02-101-2/+8
* CMake: Assign proper postfixes in multi-config buildsAlexandru Croitor2022-02-101-2/+29
* configure: Switch error to warning when -skip used in per-repo buildAlexandru Croitor2022-02-101-6/+4
* CMake: Handle slashes in qt_internal_add_exampleAlexandru Croitor2022-02-101-0/+13
* CMake: Temporarily disable building external examples in prefix buildsAlexandru Croitor2022-02-041-1/+9
* configure: Raise error if -skip/-submodules is used in per-repo buildAlexandru Croitor2022-02-041-0/+10
* configure: Introduce -submodules optionAlexandru Croitor2022-02-042-0/+6
* configure: Allow specifying a comma separated list to -skip optionAlexandru Croitor2022-02-042-3/+16
* Add qt_internal_undefine_global_definition functionAlexey Edelev2022-02-023-17/+23
* CMake: Allow installing examples outside of the Qt prefixAlexandru Croitor2022-02-022-1/+14
* CMake: Build examples as ExternalProjects in prefix buildsAlexandru Croitor2022-02-022-27/+124
* CMake: Deduce install prefix of example in qt_internal_add_exampleAlexandru Croitor2022-02-021-2/+43
* CMake: Copy FindFoo.cmake scripts to build dir in prefix buildsAlexandru Croitor2022-02-011-0/+11
* CMake: Split qt_internal_add_example into two functionsAlexandru Croitor2022-02-011-5/+12
* CMake: Shorten ExternalProject example project pathsAlexandru Croitor2022-02-011-3/+15
* CMake: Run export(EXPORT) for prefixed and top-level buildsAllan Sandfeld Jensen2022-02-011-7/+11
* Enable -bigobj by default for QtAlexey Edelev2022-02-011-1/+8
* Restore missing Qt definitionsAlexey Edelev2022-02-012-0/+76
* CMake: fix running of headersclean targets when CMAKE_CXX_FLAGS is setThiago Macieira2022-02-011-1/+1
* Fix finding GSSAPIAllan Sandfeld Jensen2022-01-301-2/+5
* CMake: Fix host UiTools being picked up instead of target oneAlexandru Croitor2022-01-281-0/+1
* CMake: Support overriding CMAKE_BUILD_TYPE per-repo or testJoerg Bornemann2022-01-213-7/+53
* CMake: Display CMAKE_BUILD_TYPE when including QtSetupAlexandru Croitor2022-01-211-0/+2
* CMake: Add support building Qt with the 'mold' linkerAlexandru Croitor2022-01-201-0/+59
* CMake: Fix qt_run_linker_version_script_support to use active linkerAlexandru Croitor2022-01-192-1/+12
* CMake: Fix detection of linker availabilityAlexandru Croitor2022-01-193-16/+36
* Don't repeat conditions of use_*_linker features in QtFeature.cmakeJoerg Bornemann2022-01-191-9/+3
* Clang: don't error out on -Wdeprecated-enum-enum-conversionMarc Mutz2022-01-181-0/+4
* CMake: Fix dbus headers not being added in qt_internal_extend_targetAlexandru Croitor2022-01-181-2/+2
* CMake: Propagate qtbase's CMAKE_STAGING_PREFIX to Qt modulesJoerg Bornemann2022-01-172-12/+9
* CMake: Fix WrapOpenSSL packageJoerg Bornemann2022-01-071-1/+1
* Update copyright year to 2022Kai Köhne2022-01-051-1/+1
* Exclude sources from HEADER_MODULE if cmake version is less than 3.19Alexey Edelev2022-01-041-3/+12
* CMake: Fix exit code to be shown properly on test failureAlexandru Croitor2021-12-171-1/+1
* QtTestHelpers: print exit code upon failureFabian Kosmale2021-12-171-1/+1
* CMake: Fix errors about missing qt_setup_tool_path_command.bat.inJoerg Bornemann2021-12-162-6/+3
* Use the highest-available android SDK version as the 'target' SDKAlexey Edelev2021-12-141-15/+26
* CMake: Be precise about EXTERNAL_BUILD check when building examplesAlexandru Croitor2021-12-141-1/+3
* CMake: Fix build on Windows with CMake 3.19Joerg Bornemann2021-12-132-10/+6
* Install MSVC debug information for resource object librariesJoerg Bornemann2021-12-112-1/+32
* CMake: Fix Android platform detectionJoerg Bornemann2021-12-081-1/+28
* Add missing dependency of ${target}_check to ${target}_make_apkAlexey Edelev2021-11-261-0/+3