summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6CoreMacros.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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: Remove old add_qt_gui_executable APIAlexandru Croitor2021-06-171-6/+0
* CMake: Rename qt6_finalize_ios_app to be internalAlexandru Croitor2021-06-171-3/+2
* 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
* Check the impact of static link order for user projectsAlexey Edelev2021-06-161-16/+32
* 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
* CMake: Generate better Xcode iOS projectsAlexandru Croitor2021-04-191-0/+138
* Fix linking order of the resource objectsAlexey Edelev2021-04-081-3/+24
* CMake: Choose better defaults for qt_add_plugin STATIC/SHAREDAlexandru Croitor2021-04-071-1/+22
* wasm: add cmake build supportLorn Potter2021-04-011-0/+3
* Add missing compile definitions to the resource object libraryAlexey Edelev2021-03-301-0/+3
* Refactor qt_internal_add_plugin() and qt6_add_plugin()Craig Scott2021-03-291-20/+79
* qt6_finalize_executable(): Enable finalizers to be set per-targetCraig Scott2021-02-241-0/+41
* Revert "Fix static build with tests"Joerg Bornemann2021-02-071-3/+2
* Fix static build with testsJoerg Bornemann2021-02-031-2/+3
* Fix qt_add_big_resources with namespace buildsAlexey Edelev2021-01-191-0/+1
* CMake: Don't rely on versionless commands or targets existingCraig Scott2020-12-211-3/+3
* CMake: Support deferred finalization for qt6_add_executable()Craig Scott2020-12-101-0/+33
* CMake: Disable static plugin imports for non-executable targetsAlexandru Croitor2020-12-081-1/+8
* CMake: Improve long paths handling for static buildsAlexey Edelev2020-12-031-1/+8
* CMake: Allow WIN32 and MACOSX_BUNDLE arguments for qt6_add_executableCristian Adam2020-12-011-0/+1
* CMake: Fix resource object file paths in prl files for prefix buildsAlexandru Croitor2020-11-301-0/+11
* CMake: Change generated resources namingAlexey Edelev2020-11-241-1/+1
* CMake: Fix resource_name variable name in __qt_propagate_generated_resourceAlexey Edelev2020-11-201-2/+2
* CMake: Rename the qt resource properties to be internalAlexandru Croitor2020-11-191-1/+1
* CMake: Add support for -binary option for generated resourcesAlexey Edelev2020-11-121-20/+48
* cmake: Remove indirection via Startup target for EntryPointTor Arne Vestbø2020-11-121-99/+0