| Commit message (Expand) | Author | Age | Files | Lines |
| * | CMake: Rework deployment of Qt plugins | Joerg Bornemann | 2025-04-09 | 1 | -43/+1 |
| * | Use `_qt_internal_dealias_target` | Cristian Le | 2025-03-06 | 1 | -4/+1 |
| * | Use `_qt_internal_set_source_file_generated` | Cristian Le | 2025-02-17 | 1 | -4/+1 |
| * | CMake: Collect all known qml plugin targets into a directory variable | Alexandru Croitor | 2025-01-27 | 1 | -4/+39 |
| * | CMake: Move qml plugin auto inclusion code into a separate macro | Alexandru Croitor | 2025-01-27 | 1 | -0/+66 |
| * | CMake: Set versioned variables with found modules, plugins, types | Alexandru Croitor | 2025-01-27 | 1 | -2/+26 |
| * | Add the QT_PLUGIN_TARGETS transitive compile property | Alexey Edelev | 2024-11-14 | 1 | -0/+37 |
| * | Add newline after import | André Klitzing | 2024-02-21 | 1 | -1/+1 |
| * | CMake: Fix directory scoping issue for qt6_generate_deploy_script | Joerg Bornemann | 2023-02-09 | 1 | -3/+20 |
| * | CMake: Add Linux support to qt_deploy_runtime_dependencies | Joerg Bornemann | 2022-09-15 | 1 | -9/+63 |
| * | Change the license of all CMakeLists.txt and *.cmake files to BSD | Lucie Gérard | 2022-08-23 | 1 | -1/+1 |
| * | Add license headers to cmake files | Lucie Gérard | 2022-08-03 | 1 | -0/+3 |
| * | CMake: Change __qt_internal_include_plugin_packages to be a macro | Alexandru Croitor | 2022-07-25 | 1 | -25/+28 |
| * | cmake: Link static plugins even in shared Qt builds | Tor Arne Vestbø | 2022-07-25 | 1 | -9/+16 |
| * | CMake: Create and include plugin packages in shared builds | Alexandru Croitor | 2022-07-05 | 1 | -3/+6 |
| * | CMake: Move plugin package inclusion logic into a common function | Alexandru Croitor | 2022-07-05 | 1 | -0/+65 |
| * | Avoid implicit linking of plugin init library if finalizers were called | Alexey Edelev | 2021-09-08 | 1 | -0/+2 |
| * | CMake: Fix 'Cannot find source file' error with older CMakes | Alexandru Croitor | 2021-09-06 | 1 | -0/+5 |
| * | CMake: Use __qt_internal_propagate_object_library for static plugins | Alexandru Croitor | 2021-08-10 | 1 | -6/+5 |
| * | CMake: Remove qt6_enable_object_libraries_finalizer_mode | Alexandru Croitor | 2021-08-10 | 1 | -19/+6 |
| * | Avoid to call _qt_internal_set_up_static_runtime_library() twice | Li Xinwei | 2021-08-03 | 1 | -2/+1 |
| * | CMake: Use correct MSVC runtime library for Qt object libraries | Alexandru Croitor | 2021-07-09 | 1 | -0/+1 |
| * | CMake: Export info if an object lib target is a plugin initializer | Alexandru Croitor | 2021-06-17 | 1 | -0/+5 |
| * | CMake: Add TODO to apply generalized object library linking approach | Alexandru Croitor | 2021-06-17 | 1 | -0/+3 |
| * | CMake: Set the plugin class name for qml plugins | Alexandru Croitor | 2021-06-17 | 1 | -2/+24 |
| * | CMake: Revise plugin finalizer mode usage | Alexandru Croitor | 2021-05-27 | 1 | -0/+2 |
| * | CMake: Introduce finalizer mode handling of static plugins | Alexandru Croitor | 2021-05-20 | 1 | -2/+180 |
| * | CMake: Build plugin initializers as object libs | Alexandru Croitor | 2021-05-18 | 1 | -25/+69 |
| * | CMake: Don't do plugin initialization for static libraries | Alexandru Croitor | 2021-05-17 | 1 | -0/+7 |
| * | CMake: Hide qt plugin static import source files in a dot folder | Alexandru Croitor | 2021-05-11 | 1 | -1/+1 |
| * | CMake: Refactor handling of static plugins | Alexandru Croitor | 2021-05-11 | 1 | -0/+156 |