summaryrefslogtreecommitdiffstats
path: root/cmake/QtPluginHelpers.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Allow disabling package version checkAlexandru Croitor2021-10-271-1/+6
* CMake: Create plugin initializers for static user pluginsAlexandru Croitor2021-08-241-2/+8
* CMake: Warn if qt_internal_plugin(target) does not end with 'Plugin'Kai Köhne2021-08-121-2/+7
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-8/+18
* CMake: Apply bitcode flags to internal plugin object lib initializersAlexandru Croitor2021-07-161-0/+1
* CMake: Don't propagate -fapplication-extension to user projectsAlexandru Croitor2021-07-161-0/+1
* Warn on any PUBLIC usage requirements specified for Qt pluginsJoerg Bornemann2021-07-121-1/+1
* CMake: Don't generate .pri files for qml pluginsAlexandru Croitor2021-06-171-1/+5
* CMake: Allow promoting the Qt libraries to be global targetsAlexandru Croitor2021-06-161-1/+1
* CMake: Build plugin initializers as object libsAlexandru Croitor2021-05-181-5/+9
* CMake: Fix auto-linking of static plugins for non-QML in-tree testsAlexandru Croitor2021-04-221-13/+52
* CMake: Fix condition evaluation in plugin's DEFAULT_IF optionAlexandru Croitor2021-04-121-6/+6
* CMake: Fix duplicate symbol errors in Windows static super buildsAlexandru Croitor2021-04-121-18/+21
* Skip adding externally added plugins to the plugin meta-setsAlexey Edelev2021-04-081-3/+7
* Remove use of qt_internal_module_info from qt_internal_add_pluginAlexey Edelev2021-04-071-3/+1
* wasm: add cmake build supportLorn Potter2021-04-011-1/+3
* Avoid using prohibited target property names with INTERFACE targetsCraig Scott2021-03-311-3/+3
* CMake: Semi-handle non-current repo qt modules when creating pluginsAlexandru Croitor2021-03-311-12/+32
* Fix plugin SKIP_INSTALL optionAlexey Edelev2021-03-291-5/+14
* Refactor qt_internal_add_plugin() and qt6_add_plugin()Craig Scott2021-03-291-51/+64
* Add plugins to Qt tools and executables for static buildsCraig Scott2021-03-231-0/+11
* Fix build of QTuioTouchPlugin with Makefile generator on macOSJoerg Bornemann2021-03-111-2/+8
* qtdeclarative now directly handles more qml-specific logicCraig Scott2021-03-101-6/+0
* Make qt_get_module_for_plugin() internal and do what its name saysCraig Scott2021-03-021-12/+7
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-241-0/+17
* Clear non-relevant CMake compiler flagsAlexey Edelev2021-01-271-3/+2
* CMake: Disable static plugin imports for non-executable targetsAlexandru Croitor2020-12-081-1/+1
* CMake: Enable NEW policies by CMake version with a global defaultCraig Scott2020-12-071-0/+3
* CMake: Generate less pri files and mark header modules as no_linkCristian Adam2020-11-201-5/+6
* CMake: Add handling of PLUGIN_EXTENDS for generic pluginsAlexey Edelev2020-11-091-3/+2
* CMake: Add version information to Qt plugin DLLsJoerg Bornemann2020-11-061-0/+4
* CMake Build: Enable separate debug info for all target typesCristian Adam2020-11-041-0/+2
* CMake: Cleanup module and plugin define situationAlexandru Croitor2020-10-301-1/+0
* CMake: Fix target dependency cycle regarding qpa plugins in qtwaylandAlexandru Croitor2020-10-261-4/+16
* CMake: Fix deprecation defines not being set properlyAlexandru Croitor2020-10-231-1/+1
* CMake: Add convenience custom targets to build Qt pluginsAlexandru Croitor2020-10-221-0/+8
* CMake: Install PDB debug info for MSVC buildsAlexandru Croitor2020-10-061-0/+1
* CMake: Fix build of Release user projects against RelWithDebInfo QtJoerg Bornemann2020-09-251-0/+4
* CMake Build: Add support for -qtlibinfix configure parameterCristian Adam2020-09-231-1/+1
* CMake: Rename internal functions to contain qt_internalAlexandru Croitor2020-09-231-1/+1
* CMake: Split QtBuild.cmake into smaller filesAlexandru Croitor2020-08-141-0/+308