summaryrefslogtreecommitdiffstats
path: root/cmake/QtExecutableHelpers.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Install missing debug info for some executable filesLi Xinwei2020-11-161-0/+3
* CMake: fix running Android testsAssam Boudjelthia2020-11-121-6/+8
* CMake: Fix installation errors in multi-config buildJoerg Bornemann2020-11-101-0/+15
* CMake: Add convenience custom targets to build Qt pluginsAlexandru Croitor2020-10-221-0/+8
* CMake: Rename some public API functionsAlexandru Croitor2020-10-161-1/+1
* CMake: Fix leftover usage of qt_add_executableAlexandru Croitor2020-10-071-4/+4
* CMake: Rename internal functions to contain qt_internalAlexandru Croitor2020-09-231-2/+2
* CMake: Split QtBuild.cmake into smaller filesAlexandru Croitor2020-08-141-0/+150