summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6CoreMacros.cmake
Commit message (Expand)AuthorAgeFilesLines
* Remove inline docs for qt_import_plugins() to avoid duplicationCraig Scott2021-09-101-19/+0
* Fix cases of output variables not being passed back to calling scopeCraig Scott2021-09-061-2/+26
* Revert "Ensure versionless wrappers do not introduce a new variable scope"Craig Scott2021-09-061-36/+41
* Clean up output target handling left behind by earlier changesCraig Scott2021-09-021-8/+6
* Ensure versionless wrappers do not introduce a new variable scopeCraig Scott2021-08-311-41/+36
* CMake: Fix automatic iOS bundle id extractionAlexandru Croitor2021-08-241-1/+1
* CMake: Create plugin initializers for static user pluginsAlexandru Croitor2021-08-241-0/+24
* CMake: Don't install metatypes files for user projectsAlexandru Croitor2021-08-191-13/+48
* CMake: Set a placeholder bundle version for iOS appsAlexandru Croitor2021-08-171-0/+26
* CMake: Remove qt6_enable_object_libraries_finalizer_modeAlexandru Croitor2021-08-141-30/+34
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-2/+20
* Use correct MSVC runtime library for targets created by qt_add_*()Li Xinwei2021-08-031-0/+3
* CMake: Fix Windows -debug-and-release builds with CMake 3.21.0Alexandru Croitor2021-07-221-5/+19
* Don't create ${target}_qml_files target any moreCraig Scott2021-07-191-8/+3
* CMake: Handle single- and multi-config differences more robustlyCraig Scott2021-07-161-6/+7
* CMake: Clean up and simplify qt6_extract_metatypes implementationAlexandru Croitor2021-07-161-72/+39
* CMake: Fix qt6_extract_metatypes json file generation ruleAlexandru Croitor2021-07-161-39/+23
* Remove code paths no longer used after QML CMake API refactoringCraig Scott2021-07-131-33/+10
* CMake: Use correct MSVC runtime library for Qt object librariesAlexandru Croitor2021-07-091-0/+1
* CMake: Fix qt6_extract_metatypes to work with VS GeneratorsAlexandru Croitor2021-07-051-0/+26
* Use target_link_options to propagate object librariesAlexey Edelev2021-07-021-0/+32
* Do not apply not acceptable properties to the imported object librariesAlexey Edelev2021-06-211-5/+10
* Move the linking logic of the object libraries to a common functionAlexey Edelev2021-06-181-75/+113
* CMake: Set the plugin class name for qml pluginsAlexandru Croitor2021-06-171-1/+9
* CMake: Rename qt6_finalize_ios_app to be internalAlexandru Croitor2021-06-171-3/+2
* CMake: Remove old add_qt_gui_executable APIAlexandru Croitor2021-06-171-6/+0
* Check the impact of static link order for user projectsAlexey Edelev2021-06-171-16/+32
* CMake: Mention resource name on which rcc is runAlexandru Croitor2021-06-161-1/+1
* CMake: Change some custom commands to mention the target nameAlexandru Croitor2021-06-161-3/+3
* Add the check for linker capabilities to resolve circular dependenciesAlexey Edelev2021-06-101-1/+15
* Remove legacy code path from qt_add_resourceJoerg Bornemann2021-06-071-37/+11
* Bring back qt_finalize_executableKai Köhne2021-06-041-0/+5
* Rework resource finalizer approachAlexey Edelev2021-05-311-10/+9
* Implement propagation of object files to the end-point executableAlexey Edelev2021-05-271-5/+44
* CMake: Revise plugin finalizer mode usageAlexandru Croitor2021-05-271-13/+3
* CMake: Fix finalizers not being run for android executablesAlexandru Croitor2021-05-261-1/+4
* CMake: Don't apply invalid infixes to INTERFACE librariesAlexandru Croitor2021-05-261-1/+3
* CMake: Introduce a public qt_add_library functionAlexandru Croitor2021-05-251-18/+118
* Support multiple equally named .qrc files in qt_add_big_resourcesJoerg Bornemann2021-05-221-0/+13
* Enable UNICODE for all Qt targets and Qt consumers by defaultAlexey Edelev2021-05-211-0/+11
* Fix qt6_add_big_resourcesJoerg Bornemann2021-05-201-1/+1
* CMake: Replace qt_finalize_executable with qt_finalize_targetAlexandru Croitor2021-05-201-13/+22
* CMake: Introduce finalizer mode handling of static pluginsAlexandru Croitor2021-05-201-0/+61
* CMake: Build plugin initializers as object libsAlexandru Croitor2021-05-181-3/+0
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-181-16/+36
* CMake: Walk link dependencies recursively to work out finalizersCraig Scott2021-05-111-7/+9
* CMake: Resurrect test_import_plugins cmake build testsAlexandru Croitor2021-05-111-3/+6
* Add _qt_internal_wrap_tool_command to replace QT_TOOL_PATH_SETUP_COMMANDAlexey Edelev2021-04-301-0/+24
* Compile resource objects of the static library using same optionsAlexey Edelev2021-04-271-0/+53
* Switch to target_sources approach for the static library resourcesAlexey Edelev2021-04-231-15/+10