summaryrefslogtreecommitdiffstats
path: root/cmake/QtExecutableHelpers.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Make possible building Qt tools without the use of core libraryAlexey Edelev2022-05-061-2/+11
* build system: support module local definitionsFabian Kosmale2022-03-111-0/+3
* Add the _qt_internal_android_executable_finalizer wrapper functionAlexey Edelev2022-03-021-4/+2
* Replace ANDROID_ABI argument with the QT_ANDROID_ABI target propertyAlexey Edelev2022-01-031-0/+1
* Fix main() not being visible on AndroidCraig Scott2021-09-201-0/+8
* Remove unused EXE_FLAGS option from qt_internal_add_executable()Craig Scott2021-09-181-2/+1
* Ensure _qt_is_android_executable is set for internal executables tooCraig Scott2021-09-171-13/+2
* CMake: Exclude dSYM INSTALL commands for already excluded tools in debugMartin Vejdarski2021-08-171-1/+8
* CMake: Make qt6_wasm_add_target_helpers an internal functionJoerg Bornemann2021-08-041-1/+1
* Avoid to call _qt_internal_set_up_static_runtime_library() twiceLi Xinwei2021-08-031-0/+1
* fix wrong argumentLi Xinwei2021-07-141-1/+1
* CMake: Fix 'Cannot find source file' error with older CMakesAlexandru Croitor2021-06-251-2/+10
* CMake: Explicitly generate static plugin helpers into binary dirUlf Hermann2021-06-031-2/+2
* CMake: Fix auto-linking of static plugins for non-QML in-tree testsAlexandru Croitor2021-04-221-3/+47
* wasm: add cmake build supportLorn Potter2021-04-011-0/+3
* Avoid using prohibited target property names with INTERFACE targetsCraig Scott2021-03-311-2/+2
* Add plugins to Qt tools and executables for static buildsCraig Scott2021-03-231-0/+38
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-251-1/+1
* Clear non-relevant CMake compiler flagsAlexey Edelev2021-01-271-3/+2