summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6CoreMacros.cmake
Commit message (Expand)AuthorAgeFilesLines
* Make sure that all plugin targets are built before deploying to AndroidAlexey Edelev2021-11-051-0/+7
* Suppress rc.exe default outputKai Köhne2021-11-041-2/+10
* Remove WIN32 and MACOSX_BUNDLE arguments when building Android binaryAlexey Edelev2021-10-201-1/+1
* CMake: Fix adding generated resources on iOS with CMake and XcodeMike Achtelik2021-10-121-0/+8
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-3/+3
* Add basic android multi-abi support for CMake projectsAlexey Edelev2021-10-051-2/+77
* Add docs for qt_extract_metatypes()Craig Scott2021-09-241-20/+7
* Add docs for qt_set_finalizer_mode()Craig Scott2021-09-241-20/+0
* Add docs for qt_add_plugin()Craig Scott2021-09-231-4/+2
* Add docs for qt_allow_non_utf8_sources()Craig Scott2021-09-211-3/+0
* Add docs for qt_disable_unicode_defines()Craig Scott2021-09-211-1/+0
* CMake: Add option in qt6_wrap_cpp to output a metatypes json fileAlexandru Croitor2021-09-181-5/+34
* Ensure _qt_is_android_executable is set for internal executables tooCraig Scott2021-09-171-1/+1
* Allow finalizers to be delayed to later in the same directory scopeCraig Scott2021-09-161-0/+27
* Support deploying of libraries from a build tree when building android apkAlexey Edelev2021-09-091-0/+21
* Remove inline docs for qt_import_plugins() to avoid duplicationCraig Scott2021-09-101-19/+0
* Collect QT_QML_ROOT_PATH based from the project resourcesAlexey Edelev2021-09-091-0/+6
* Clean up duplicated code blockCraig Scott2021-09-081-3/+0
* Fix dependencies on sources generated in a different scope to targetCraig Scott2021-09-081-6/+42
* 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-101-30/+34
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-2/+20
* CMake: Make qt6_wasm_add_target_helpers an internal functionJoerg Bornemann2021-08-041-1/+1
* 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-171-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: 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