summaryrefslogtreecommitdiffstats
path: root/cmake/QtToolHelpers.cmake
Commit message (Expand)AuthorAgeFilesLines
* Replace `QT_NO_CREATE_TARGETS` with an automated and scoped logicCristian Le27 hours1-2/+18
* cmake: remove variables that doesn't existZhao Yuhang4 days1-1/+0
* Avoid using the PROJECT_VERSION when accessing the HostInfo package variablesAlexey Edelev2025-03-211-3/+3
* CMake: Decouple Qt specific handling from SBOM implementationAlexandru Croitor2025-02-111-1/+1
* CMake: Build executables in single-config debug-and-release buildsAlexandru Croitor2025-01-211-1/+4
* Split the tool dendencies lookup to Qt and 3rd partyAlexey Edelev2025-01-081-1/+10
* CMake: Move separate debug info handling to an executable finalizerAlexandru Croitor2024-11-141-1/+5
* CMake: Fix CMP0174 warningsJoerg Bornemann2024-11-081-5/+12
* CMake: Add doc_tools build and install targetsAlexandru Croitor2024-10-311-0/+8
* CMake: Add an install_tools target for static buildsAlexandru Croitor2024-10-311-1/+3
* Switch tools and apps to non-strict C++ builds tooThiago Macieira2024-08-241-1/+0
* CMake: Allow specifying most SBOM options to qt_internal_add_fooAlexandru Croitor2024-06-181-5/+15
* CMake: Generate an SPDX v2.3 SBOM file for each built repositoryAlexandru Croitor2024-06-131-2/+43
* CMake: Fix configs passed to qt_get_install_target_default_argsAlexandru Croitor2024-05-291-1/+1
* Move QT_DISABLE_DEPRECATED_UP_TO and QT_WARN_DEPRECATED_UP_TO to headerAlexey Edelev2024-05-221-2/+0
* Allow filtering modules that will use pre-built toolsAlexey Edelev2024-03-201-0/+9
* Make possible partial tool lookup when using QT_HOST_PATHAlexey Edelev2024-02-141-8/+20
* Allow disabling QT_USE_QSTRINGBUILDER definition for tool targetsAlexey Edelev2023-08-091-1/+0
* cmake helpers: support NO_PCH_SOURCES wherever NO_UNITY_BUILD_SOURCES areMarc Mutz2023-08-071-0/+1
* CMake: Add missing check for tool target promotionAlexandru Croitor2023-07-051-1/+1
* Set QT_COMMAND_LINE_PARSER_NO_GUI_MESSAGE_BOXES before TRY_RUNAmir Masoud Abdol2023-06-201-1/+2
* Disable TRY_RUN when cross compilingAmir Masoud Abdol2023-06-171-2/+2
* Add TRY_RUN_FLAGS argument to customize the TRY_RUN commandAmir Masoud Abdol2023-06-151-3/+10
* Add TRY_RUN option to qt_internal_add_toolAmir Masoud Abdol2023-06-011-1/+54
* Replace STREQUAL cases with variable checksAmir Masoud Abdol2023-04-041-5/+7
* Improvement to NO_UNITY_BUILD_SOURCES, and fix related bugsAmir Masoud Abdol2023-04-031-8/+2
* Fix an issue with passing NO_UNITY_BUILD_SOURCESAmir Masoud Abdol2023-03-151-2/+8
* Add some utilities for UNITY_BUILDAmir Masoud Abdol2023-02-081-1/+14
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-181-3/+6
* Add the 'QT_INTERNAL_AVOID_OVERRIDING_SYNCQT_CONFIG' flagAlexey Edelev2023-01-131-1/+10
* Add configure-time tools to the 'host_tools' targetAlexey Edelev2023-01-051-0/+4
* Win32: Add "longPathAware" manifest / rc for internal toolsCristian Adam2022-12-081-0/+4
* Create the versioned variant of Qt tools in cross platform buildAmir Masoud Abdol2022-12-071-1/+2
* Replace the syncqt.pl script with syncqt toolAlexey Edelev2022-09-271-1/+2
* Use PARSE_ARGV signature to process arguments instead of escapingAlexey Edelev2022-09-211-1/+2
* Add function to add and compile executables at configure timeAlexey Edelev2022-09-131-0/+42
* Move the tool look-up functionality to a separate functionAlexey Edelev2022-09-121-137/+150
* CMake: propagate deprecations definitions to tools and appsIvan Solovev2022-09-071-0/+3
* Use the INSTALL_CMAKE_NAMESPACE to locate module tools targetAlexey Edelev2022-09-011-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* CMake: Improve tool not found error messageAlexandru Croitor2022-08-121-3/+16
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Deprecate _add_app/executable/test/tool PUBLIC_LIBRARIES optionAlexandru Croitor2022-07-291-1/+11
* CMake: Record used package version for each target dependencyAlexandru Croitor2022-07-011-1/+38
* CMake: Fix typosKai Köhne2022-06-131-1/+1
* CMake: Fix initialization of QT_BUILD_TOOLS_BY_DEFAULTJoerg Bornemann2022-05-111-7/+0
* CMake: Make possible building Qt tools without the use of core libraryAlexey Edelev2022-05-061-16/+13
* CMake: also allow building tools when found elsewhere in host buildsThiago Macieira2022-05-041-20/+37
* CMake: Fix typo in error messageJoerg Bornemann2022-05-021-1/+1
* CMake: Work around build rpath issue when CMAKE_STAGING_PREFIX is setAlexandru Croitor2022-04-221-1/+1