summaryrefslogtreecommitdiffstats
path: root/src/linguist/Qt6LinguistToolsMacros.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix Xcode common dependency issues for translations take 3Alexandru Croitor2025-05-161-13/+59
* CMake: Fix location of generated .qm filesJoerg Bornemann2025-03-141-1/+3
* CMake: Add TS_OUTPUT_DIRECTORY argument to qt_add_translationsJoerg Bornemann2025-02-171-2/+7
* CMake: Add QM_OUTPUT_DIRECTORY argument to qt_add_translationsJoerg Bornemann2025-02-121-4/+10
* CMake: Add the QM_OUTPUT_DIRECTORY argument to qt_add_lreleaseJoerg Bornemann2025-02-121-4/+6
* CMake: Fix glitch in qt_add_translations' TS_FILE_DIR argumentJoerg Bornemann2025-02-121-1/+1
* CMake: Store 'language' in generated .ts filesJoerg Bornemann2025-01-281-0/+13
* CMake: Add option to skip extraction of languages from ts filesAlexandru Croitor2025-01-071-1/+1
* CMake: Add a way to merge Qt translations at build timeJoerg Bornemann2024-10-171-3/+110
* CMake: Remove warning about missing .ts file from qt_add_lreleaseJoerg Bornemann2024-09-131-3/+0
* CMake: store 'language' and 'sourcelanguage' in generated .ts filesJoerg Bornemann2024-08-151-4/+31
* CMake: Add comment how to populate dummy .ts filesKai Köhne2024-08-071-0/+3
* CMake: Add TS_FILES_OUTPUT_VARIABLE argument to qt_add_translationsJoerg Bornemann2024-07-101-1/+23
* CMake: Let qt_add_translations add .ts files to targetsJoerg Bornemann2024-07-101-0/+8
* CMake: Fix deferred qt_add_translations calls...Joerg Bornemann2024-06-111-0/+8
* CMake: Fix path of embedded .qm files in sub-directoriesJoerg Bornemann2024-04-291-1/+2
* CMake: Exclude all AUTOGENerated files from lupdateJoerg Bornemann2024-04-251-0/+4
* CMake: Fix discrepancy in qt_add_translations .qm output pathsJoerg Bornemann2024-03-211-7/+20
* CMake: Use _qt_internal_add_phony_target and friendsJoerg Bornemann2024-03-181-47/+6
* CMake: Rename qt_collect_i18n_targetsJoerg Bornemann2024-02-251-8/+8
* CMake: Rename qt_add_lupdate's TARGETS parameter to SOURCE_TARGETSJoerg Bornemann2024-02-251-4/+4
* CMake: Change behavior of automatic determination of .ts filesJoerg Bornemann2024-02-251-12/+14
* CMake: Rename NATIVE_TS_FILE arguments to PLURALS_TS_FILEJoerg Bornemann2024-02-251-22/+22
* CMake: Rename I18N_*LANGUAGES variables and parametersJoerg Bornemann2024-02-251-7/+7
* CMake: Fix the generation of the plurals-only .qm fileJoerg Bornemann2024-02-251-1/+1
* CMake: Un-TP qt_add_translationsJoerg Bornemann2024-01-301-2/+0
* CMake: Fix qt_add_translations in different subdirs for VS generatorsJoerg Bornemann2023-12-111-10/+37
* CMake: Fix the XXX_lupdate targets for Visual Studio generatorsJoerg Bornemann2023-11-091-1/+17
* CMake: Fix usage of qt_add_translations when targeting iOSJoerg Bornemann2023-09-261-8/+6
* CMake: Automatically determine the path of the native .ts fileJoerg Bornemann2023-09-221-2/+10
* CMake: Add a way to specify the native language for i18nJoerg Bornemann2023-09-221-11/+64
* CMake: Automatically determine .ts file names in qt_add_translationsJoerg Bornemann2023-09-201-2/+29
* CMake: Let qt_add_lrelease create the output directory at build timeJoerg Bornemann2023-09-191-1/+1
* CMake: Allow excluding target sources from i18nJoerg Bornemann2023-09-131-0/+2
* CMake: Support project-wide i18n with qt_add_translationsJoerg Bornemann2023-09-131-31/+132
* CMake: Add qt6_collect_i18n_targetsJoerg Bornemann2023-09-131-0/+51
* CMake: Allow specifying multiple targets in qt_add_lupdateJoerg Bornemann2023-09-131-12/+40
* CMake: Make the target argument of qt_add_lrelease optionalJoerg Bornemann2023-09-111-44/+88
* CMake: Allow multiple calls of qt_add_lupdateJoerg Bornemann2023-09-111-5/+21
* CMake: Remove dead code from qt6_add_lreleaseJoerg Bornemann2023-08-091-4/+0
* CMake: Don't delete generated .ts files on "ninja clean"Joerg Bornemann2023-06-211-6/+6
* cmake: Set target property of known translations based on qt_add_translationsTor Arne Vestbø2023-06-011-0/+21
* CMake: Fix qt6_create_translation for same-named .ts filesJoerg Bornemann2023-05-261-7/+16
* CMake: Mark qm files as GENERATED in the target scopeAlexandru Croitor2023-04-181-0/+15
* CMake: Don't pass .ts files as sources to lupdateJoerg Bornemann2023-01-271-1/+2
* CMake: Use new _qt_internal_get_tool_wrapper_script_pathAlexandru Croitor2022-10-281-6/+14
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-251-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-021-30/+1
* CMake: Remove old QT_RESOURCE_TARGET_DEPENDENCY propertyAlexandru Croitor2022-06-221-1/+0
* CMake: Fix Xcode common dependency issues for translationsAlexandru Croitor2022-05-191-0/+13