summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6CoreMacros.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Ensure creation of a unique iOS bundle identifierAlexandru Croitor2022-05-201-0/+17
* CMake: Improve iOS bundle identifier handlingAlexandru Croitor2022-05-201-24/+66
* CMake: Use the PRODUCT_NAME for the iOS display name like qmakeAlexandru Croitor2022-05-201-0/+11
* CMake: Pick first non-free team id for iOS Xcode projectsAlexandru Croitor2022-05-201-20/+83
* CMake: Set iOS default code style signing to AutomaticAlexandru Croitor2022-05-201-0/+16
* CMake: Set default xcode device family to iPhone and iPadAlexandru Croitor2022-05-201-0/+16
* CMake: Split some iOS handling code into separate functionsAlexandru Croitor2022-05-201-1/+12
* cmake: moc - remove duplicate includes/definesTim Blechmann2022-05-061-2/+2
* cmake: skip precompiled headers for generated resourcesTim Blechmann2022-04-221-0/+2
* cmake: skip unity build inclusion of generated resourcesTim Blechmann2022-03-251-2/+5
* Add VERBATIM option to add_custom_command callsAlexey Edelev2022-03-171-0/+3
* 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