summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6CoreMacros.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Support big resources in qt_add_resourcesJoerg Bornemann2022-08-091-93/+217
* CMake: Override simulator architecture to x86_64 for Xcode generatorTor Arne Vestbø2022-08-031-0/+27
* cmake: Share most finalizers between macOS and iOS appsTor Arne Vestbø2022-08-031-6/+11
* Add license headers to cmake filesLucie Gérard2022-08-031-30/+2
* CMake: Remove the CLASSNAME argument from qt6_add_pluginJoerg Bornemann2022-08-031-16/+0
* CMake: Remove the now unused option __QT_INTERNAL_NO_INSTALLJoerg Bornemann2022-08-031-4/+0
* CMake: Fix install destination of in-tree examplesAlexandru Croitor2022-07-271-0/+1
* CMake: Add per-target support for iOS launch screensAlexandru Croitor2022-07-271-47/+104
* cmake: Pick up project and target version when setting bundle versionsTor Arne Vestbø2022-07-181-2/+25
* cmake: Set CURRENT_PROJECT_VERSION and MARKETING_VERSION for Xcode projectsTor Arne Vestbø2022-07-181-4/+24
* cmake: Work around bug in CMake's Xcode generator setting INSTALL_PATHTor Arne Vestbø2022-07-141-0/+18
* Explicitly disable bitcode for iOS applicationsTor Arne Vestbø2022-07-141-0/+20
* CMake: Let qt6_add_plugin accept sourcesJoerg Bornemann2022-06-291-1/+1
* CMake: Warn when using qt6_add_big_resources on iOSAlexandru Croitor2022-06-201-0/+12
* CMake: Fix Xcode common dependency issues for other_files IDE targetAlexandru Croitor2022-06-171-0/+13
* CMake: Fix typosKai Köhne2022-06-131-2/+2
* CMake: Change QT_RESOURCE_TARGET_DEPENDENCY property to be internalAlexandru Croitor2022-06-021-1/+6
* 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