summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6CoreMacros.cmake
Commit message (Expand)AuthorAgeFilesLines
* Add the missing --no-zstd option to the manual rcc callsAlexey Edelev2022-03-021-0/+12
* Add the _qt_internal_android_executable_finalizer wrapper functionAlexey Edelev2022-03-021-5/+0
* CMake: Clean up qt_deploy_runtime_dependencies for 6.3Alexandru Croitor2022-02-281-3/+2
* CMake: Clean up qt_deploy_qt_conf for 6.3Alexandru Croitor2022-02-211-0/+2
* CMake: Clean up qt_generate_deploy_app_script for 6.3Alexandru Croitor2022-02-211-1/+1
* CMake: Add default launch screen storyboard for iOS appsAlexandru Croitor2022-02-161-0/+82
* CMake: Promote qt6_standard_project_setup from technical previewJoerg Bornemann2022-02-151-2/+0
* Strip the ending slashes for resource foldersAlexey Edelev2022-02-111-1/+12
* CMake: Deduce install prefix of example in qt_internal_add_exampleAlexandru Croitor2022-02-011-0/+10
* 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