summaryrefslogtreecommitdiffstats
path: root/cmake/QtPluginHelpers.cmake
Commit message (Expand)AuthorAgeFilesLines
* Move the plugin config special handling to TargetsPrecheckCristian Le26 hours1-8/+4
* Replace `QT_NO_CREATE_TARGETS` with an automated and scoped logicCristian Le26 hours1-0/+14
* cmake: remove variables that doesn't existZhao Yuhang4 days1-1/+0
* Fix typos in qt_internal_add_plugin in the TEST_PLUGIN related warningAlexey Edelev2025-04-281-2/+2
* Fix the condition that enables/defaults exceptionsAlexey Edelev2025-03-171-1/+1
* Use `_qt_internal_dealias_target`Cristian Le2025-03-061-4/+1
* Remove dead codeAlexey Edelev2025-02-121-2/+0
* CMake: Decouple Qt specific handling from SBOM implementationAlexandru Croitor2025-02-111-1/+1
* CMake: Fix package dependencies of Qt pluginsJoerg Bornemann2025-01-301-0/+1
* Add the meta target that allows building all plugins at onceAlexey Edelev2025-01-201-0/+6
* Replace qt_record_extra_qt_package_dependency with qt_register_target_depende...Alexey Edelev2025-01-201-1/+9
* Add the QT_PLUGIN_TARGETS transitive compile propertyAlexey Edelev2024-11-141-0/+2
* Consider the main target flags related properties when building object librariesAlexey Edelev2024-09-121-1/+2
* Make per-repos WARNINGS_ARE_ERRORS workAlexey Edelev2024-09-121-1/+2
* Switch to non-strict C++ builds so QT_SUPPORTS_INT128 is trueMarc Mutz2024-08-161-1/+0
* Avoid creating the installed test plugins when configuring standalone testsAlexey Edelev2024-08-121-0/+20
* Add the 'exceptions' featureAlexey Edelev2024-08-121-2/+5
* CMake: Allow specifying most SBOM options to qt_internal_add_fooAlexandru Croitor2024-06-181-4/+13
* CMake: Don't generate .pri files for plugins that are not installedJoerg Bornemann2024-06-171-5/+3
* CMake: Generate an SPDX v2.3 SBOM file for each built repositoryAlexandru Croitor2024-06-131-0/+26
* Move QT_DISABLE_DEPRECATED_UP_TO and QT_WARN_DEPRECATED_UP_TO to headerAlexey Edelev2024-05-221-2/+0
* Fix the static linking of plugins to the Qt tools and internal executablesAlexey Edelev2024-05-081-63/+45
* CMake: fix unity builds of darwin's permission helperTim Blechmann2024-04-031-0/+3
* Fix the condition for creating of the plugin init target aliasesAlexey Edelev2024-03-131-1/+1
* CMake: Create alias targets for plugin init targetsAlexandru Croitor2024-03-121-1/+5
* Add plugins of imported QtModules to the _qt_plugins propertyAlexey Edelev2024-02-061-0/+7
* cmake helpers: support NO_PCH_SOURCES wherever NO_UNITY_BUILD_SOURCES areMarc Mutz2023-08-071-0/+2
* Improvement to NO_UNITY_BUILD_SOURCES, and fix related bugsAmir Masoud Abdol2023-04-031-8/+3
* Fix an issue with passing NO_UNITY_BUILD_SOURCESAmir Masoud Abdol2023-03-151-7/+13
* CMake: Relax example dependencies to be per-repoAlexandru Croitor2023-03-061-0/+6
* Add some utilities for UNITY_BUILDAmir Masoud Abdol2023-02-081-0/+9
* 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-2/+2
* Fix macOS build for CMake < 3.18Joerg Bornemann2023-01-171-0/+3
* CMake: add SYSTEM_INCLUDE_DIRECTORIES to qt_internal_extend_targetThiago Macieira2022-11-281-0/+2
* macOS: Add dependency to Foundation for permission pluginsTor Arne Vestbø2022-11-081-0/+1
* Add permission API backend for macOS and iOSTimur Pocheptsov2022-11-031-0/+78
* Replace the syncqt.pl script with syncqt toolAlexey Edelev2022-09-271-0/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* cmake: Move qt_install call into qt_generate_plugin_pri_fileTor Arne Vestbø2022-08-081-4/+1
* cmake: Defer generating plugin .pri file until finalizerTor Arne Vestbø2022-08-081-9/+11
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Add shared library plugin names to the QT_PLUGINS propertyAlexandru Croitor2022-07-271-4/+6
* cmake: Generate prl and pri files for static plugins in shared Qt buildsTor Arne Vestbø2022-07-251-3/+5
* cmake: Link static plugins even in shared Qt buildsTor Arne Vestbø2022-07-251-57/+61
* Fix potentially wrong version in Windows resources of Qt pluginsJoerg Bornemann2022-07-061-1/+1
* CMake: Record used package version for each target dependencyAlexandru Croitor2022-07-011-0/+7
* CMake: set correct COMPILE_PDB_NAME for static librariesLi Xinwei2022-05-201-1/+1
* CMake: Work around build rpath issue when CMAKE_STAGING_PREFIX is setAlexandru Croitor2022-04-221-0/+1
* build system: support module local definitionsFabian Kosmale2022-03-111-0/+2