summaryrefslogtreecommitdiffstats
path: root/cmake/QtExecutableHelpers.cmake
Commit message (Expand)AuthorAgeFilesLines
* cmake: Respect CMAKE_MACOSX_BUNDLE and CMAKE_WIN32_EXECUTABLETor Arne Vestbø2025-03-311-2/+9
* Fix the condition that enables/defaults exceptionsAlexey Edelev2025-03-171-1/+1
* Use `_qt_internal_path_is_prefix`Cristian Le2025-02-171-2/+3
* CMake: Remove qt executable SBOM generation stale codeAlexandru Croitor2025-01-241-17/+0
* CMake: Build executables in single-config debug-and-release buildsAlexandru Croitor2025-01-211-1/+6
* CMake: Move separate debug info handling to an executable finalizerAlexandru Croitor2024-11-141-3/+14
* CMake: Run finalizers for test-like executables on all platformsAlexandru Croitor2024-11-061-5/+31
* CMake: Mark benchmark executables with a propertyAlexandru Croitor2024-10-301-0/+1
* CMake:Android: add wrapper scripts to easily run appsAssam Boudjelthia2024-10-161-0/+6
* Make per-repos WARNINGS_ARE_ERRORS workAlexey Edelev2024-09-121-1/+2
* Add the 'exceptions' featureAlexey Edelev2024-08-121-1/+5
* CMake: Skip handling binary files in SBOM for excluded targetsAlexandru Croitor2024-06-251-1/+4
* wasm: refactor cmake finalizersMorten Sørvig2024-06-191-4/+3
* CMake: Allow specifying most SBOM options to qt_internal_add_fooAlexandru Croitor2024-06-181-4/+17
* CMake: Generate an SPDX v2.3 SBOM file for each built repositoryAlexandru Croitor2024-06-131-0/+4
* CMake: Fix configs passed to qt_get_install_target_default_argsAlexandru Croitor2024-05-291-1/+1
* Consider the qt_internal_extend_target calls when adding deps on qpa_default_...Alexey Edelev2024-05-081-9/+0
* Consider the versioned Qt6::Gui when target when adding the plugin dependenciesAlexey Edelev2024-05-081-1/+2
* Fix the static linking of plugins to the Qt tools and internal executablesAlexey Edelev2024-05-081-89/+0
* CMake: Fix syncqt IMPORTED_LOCATION path for multi-config buildsAlexandru Croitor2024-03-111-1/+9
* wasm: remove DISABLE_EXCEPTION_CATCHING workaroundMorten Sørvig2024-02-271-6/+1
* Consider changes of the CMake flags when re-building syncqtAlexey Edelev2023-10-161-26/+34
* Add variable linked to configure-time executables to detect CMakeCache wipingAlexey Edelev2023-09-111-1/+8
* cmake helpers: support NO_PCH_SOURCES wherever NO_UNITY_BUILD_SOURCES areMarc Mutz2023-08-071-0/+1
* Fix syncqt compiler and linker flags handlingAlexey Edelev2023-06-291-0/+24
* Introduce QT_SYNC_HEADERS_AT_CONFIGURE_TIME flagAlexey Edelev2023-06-271-1/+1
* Fix CMP0099 impact - disallow propagating internal linker optionsAlexey Edelev2023-06-161-0/+1
* WASM: fix wrong parameter passed to CMake functionYuhang Zhao2023-05-241-1/+1
* CMake: Fully rebuild dirty configure-time executablesJoerg Bornemann2023-04-261-1/+1
* Fix multi-thread GNU make buildAlexey Edelev2023-04-051-0/+1
* Replace STREQUAL cases with variable checksAmir Masoud Abdol2023-04-041-3/+3
* 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-0/+8
* Remove the extra quote, now that we use cmake_parse_arguments(PARSE_ARGVAmir Masoud Abdol2023-01-231-4/+4
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-181-3/+3
* Change the RUNTIME_OUTPUT_DIRECTORY for configure-time executablesAlexey Edelev2023-01-051-7/+9
* Check if configure-time executable need to be recompiledAlexey Edelev2022-09-281-1/+17
* Replace the syncqt.pl script with syncqt toolAlexey Edelev2022-09-271-1/+1
* Use PARSE_ARGV signature to process arguments instead of escapingAlexey Edelev2022-09-211-1/+2
* Set NO_EXCEPTIONS on executables on wasmMikolaj Boc2022-09-191-1/+6
* Add function to add and compile executables at configure timeAlexey Edelev2022-09-131-0/+163
* Add wasm target helpers in a finalizer when adding executableMikolaj Boc2022-09-021-1/+0
* Plug the WASM batched test runner into the build systemMikolaj Boc2022-08-311-5/+5
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* wasm: allow apps to override EXPORT_RUNTIME_METHODSLorn Potter2022-08-121-0/+2
* 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-2/+11
* cmake: Link static plugins even in shared Qt buildsTor Arne Vestbø2022-07-251-70/+69
* CMake: Fix typosKai Köhne2022-06-131-1/+1