summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6CoreMacros.cmake
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Expose metatypes internal functions for further use in qmlAlexandru Croitor2023-07-121-36/+172
* CMake: Properly respect user setting of AUTOGEN_TARGETS_FOLDERJoerg Bornemann2023-07-101-1/+1
* Make WASM export names different across modulesMikolaj Boc2023-06-201-0/+1
* CMake: Fix unnecessary rebuilds in Visual Studio projectsJoerg Bornemann2023-06-041-0/+12
* Add SKIP_LINTING for generated source filesOrkun Tokdemir2023-06-011-2/+12
* CMake: Update USE_FOLDERS comment in qt_standard_project_setupJoerg Bornemann2023-05-261-2/+2
* CMake: Add NO_COMPILER_RUNTIME to deploy script macrosChristian Heimlich2023-03-131-0/+4
* _qt_internal_create_moc_command: clean up MOC's argumentsSami Shalayel2023-03-071-4/+12
* Reset the _qt_expects_finalization flagAlexey Edelev2023-02-091-0/+1
* CMake: Fix directory scoping issue for qt6_generate_deploy_scriptJoerg Bornemann2023-02-091-0/+7
* Rename Qt CMake policies argument namesAmir Masoud Abdol2023-02-071-12/+12
* Make qt6_extract_metatypes respects the AUTOGEN_BUILD_DIR, if setAmir Masoud Abdol2023-02-071-3/+16
* CMake: Warn about double qt6_finalize_target for plugins and libsJoerg Bornemann2023-02-071-10/+11
* Update qt_policy and add documentationAmir Masoud Abdol2023-01-301-12/+17
* Revert "Revert "CMake: Expose generated resource files to IDEs""Jörg Bornemann2023-01-181-0/+1
* Replace $<CONFIGURATION> with $<CONFIG>Amir Masoud Abdol2023-01-181-1/+1
* Concatenate blacklist files for test batchMikolaj Boc2023-01-171-0/+20
* Pass flags with dash to rc.exe when auto-generating win32 rc filesPeter Varga2023-01-161-1/+1
* CMake: Fix exposing sources with absolute path to IDEJoerg Bornemann2023-01-161-11/+15
* Slow Deprecation of FILENAME_VARIABLE, replacement by OUTPUT_SCRIPTAmir Masoud Abdol2023-01-051-11/+52
* Revert "CMake: Expose generated resource files to IDEs"Alexey Edelev2022-12-301-1/+0
* CMake: Expose generated resource files to IDEsXavier BESSON2022-12-201-0/+1
* CMake: Allow contents of resources to be replaced by empty filesUlf Hermann2022-12-171-2/+7
* CMake: Enforce QT_RESOURCE_ALIAS for absolute paths in resourcesJoerg Bornemann2022-12-161-0/+7
* CMake: Deprecate some android public APIsAlexandru Croitor2022-12-151-0/+4
* CMake: Add qt 'policy' supportFabian Kosmale2022-12-101-0/+101
* CMake: Remove incorrect TP doc-comment on qt_add_executableAlexandru Croitor2022-12-081-3/+0
* CMake: Un-TP most of the deployment APIAlexandru Croitor2022-12-081-4/+0
* Win32: Add "longPathAware" manifest / rc for internal toolsCristian Adam2022-12-081-0/+43
* Remove the deprecated TYPE option from qt_add_pluginAmir Masoud Abdol2022-12-071-18/+0
* CMake: Don't setup deployment when building Qt without examplesJoerg Bornemann2022-12-011-0/+4
* CMake: Fix configuring Qt with CMake < 3.21 and missing patchelfJoerg Bornemann2022-12-011-2/+4
* CMake: install the metatypes inside Qt's own arch-specific data dirThiago Macieira2022-11-281-5/+6
* Add permission API backend for macOS and iOSTimur Pocheptsov2022-11-031-0/+24
* CMake: Fix qt_add_resources missing dependency regressionAlexandru Croitor2022-11-021-5/+12
* Remove the Unnecessary CMake Module, `include(CMakeParseArguments)`Amir Masoud Abdol2022-10-251-2/+0
* Make the `PREFIX` Parameter of the `qt_add_resources` OptionalAmir Masoud Abdol2022-10-251-4/+3
* Replace `arg_BIG_RESOURCES` with `rcc_BIG_RESOURCES`Amir Masoud Abdol2022-10-251-4/+4
* CMake: Add filter options to qt_generate_deploy_app_scriptJoerg Bornemann2022-10-151-1/+19
* CMake: Deploy runtime dependencies outside of the Qt prefix tooJoerg Bornemann2022-10-151-0/+21
* CMake: Set RPATH of deployed plugins on LinuxJoerg Bornemann2022-10-151-0/+28
* CMake: Add finalization to plugins created with qt_add_pluginJoerg Bornemann2022-09-231-0/+19
* Fix the way deffered files are added to a CMake source treeAlexey Edelev2022-09-171-2/+12
* CMake: Rework tool wrapper shell script creationAlexandru Croitor2022-09-151-24/+0
* CMake: Add NO_TRANSLATIONS option to deployment functionsJoerg Bornemann2022-09-151-3/+9
* CMake: Introduce qt_deploy_translationsJoerg Bornemann2022-09-151-0/+6
* CMake: Add Linux support to qt_deploy_runtime_dependenciesJoerg Bornemann2022-09-151-3/+37
* CMake: Avoid creation of XXX_other_files targetsJoerg Bornemann2022-09-141-3/+48
* CMake: Clarify qt_deploy_runtime_dependencies' EXECUTABLE argumentJoerg Bornemann2022-09-121-1/+1
* CMake: Introduce qt_generate_deploy_scriptJoerg Bornemann2022-09-111-21/+74