summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6CoreMacros.cmake
Commit message (Expand)AuthorAgeFilesLines
* qt6_standard_project_setup: Don't enable AUTORCCJoerg Bornemann2022-01-261-1/+1
* Collect the apk dependencies regardless of targetAlexey Edelev2022-01-041-1/+1
* Replace ANDROID_ABI argument with the QT_ANDROID_ABI target propertyAlexey Edelev2022-01-031-104/+4
* CMake: Mark the new deployment API as being in Technical PreviewAlexandru Croitor2021-12-091-0/+4
* Fall back to include() method for finalizers with CMake 3.17 or earlierCraig Scott2021-12-081-5/+9
* Add CMake deployment supportCraig Scott2021-12-081-0/+315
* Fix dependency chain that collects the metatype json filesAlexey Edelev2021-12-021-1/+8
* Change the external projects approach for multi-abi buildsAlexey Edelev2021-12-021-17/+34
* Use config from the main ABI when building ABI-specific external projectAlexey Edelev2021-12-011-0/+9
* 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