index
:
qt/qttools.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/winrt
Qt Tools
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
linguist
/
Qt6LinguistToolsMacros.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Fix Xcode common dependency issues for translations take 3
Alexandru Croitor
2025-05-16
1
-13
/
+59
*
CMake: Fix location of generated .qm files
Joerg Bornemann
2025-03-14
1
-1
/
+3
*
CMake: Add TS_OUTPUT_DIRECTORY argument to qt_add_translations
Joerg Bornemann
2025-02-17
1
-2
/
+7
*
CMake: Add QM_OUTPUT_DIRECTORY argument to qt_add_translations
Joerg Bornemann
2025-02-12
1
-4
/
+10
*
CMake: Add the QM_OUTPUT_DIRECTORY argument to qt_add_lrelease
Joerg Bornemann
2025-02-12
1
-4
/
+6
*
CMake: Fix glitch in qt_add_translations' TS_FILE_DIR argument
Joerg Bornemann
2025-02-12
1
-1
/
+1
*
CMake: Store 'language' in generated .ts files
Joerg Bornemann
2025-01-28
1
-0
/
+13
*
CMake: Add option to skip extraction of languages from ts files
Alexandru Croitor
2025-01-07
1
-1
/
+1
*
CMake: Add a way to merge Qt translations at build time
Joerg Bornemann
2024-10-17
1
-3
/
+110
*
CMake: Remove warning about missing .ts file from qt_add_lrelease
Joerg Bornemann
2024-09-13
1
-3
/
+0
*
CMake: store 'language' and 'sourcelanguage' in generated .ts files
Joerg Bornemann
2024-08-15
1
-4
/
+31
*
CMake: Add comment how to populate dummy .ts files
Kai Köhne
2024-08-07
1
-0
/
+3
*
CMake: Add TS_FILES_OUTPUT_VARIABLE argument to qt_add_translations
Joerg Bornemann
2024-07-10
1
-1
/
+23
*
CMake: Let qt_add_translations add .ts files to targets
Joerg Bornemann
2024-07-10
1
-0
/
+8
*
CMake: Fix deferred qt_add_translations calls...
Joerg Bornemann
2024-06-11
1
-0
/
+8
*
CMake: Fix path of embedded .qm files in sub-directories
Joerg Bornemann
2024-04-29
1
-1
/
+2
*
CMake: Exclude all AUTOGENerated files from lupdate
Joerg Bornemann
2024-04-25
1
-0
/
+4
*
CMake: Fix discrepancy in qt_add_translations .qm output paths
Joerg Bornemann
2024-03-21
1
-7
/
+20
*
CMake: Use _qt_internal_add_phony_target and friends
Joerg Bornemann
2024-03-18
1
-47
/
+6
*
CMake: Rename qt_collect_i18n_targets
Joerg Bornemann
2024-02-25
1
-8
/
+8
*
CMake: Rename qt_add_lupdate's TARGETS parameter to SOURCE_TARGETS
Joerg Bornemann
2024-02-25
1
-4
/
+4
*
CMake: Change behavior of automatic determination of .ts files
Joerg Bornemann
2024-02-25
1
-12
/
+14
*
CMake: Rename NATIVE_TS_FILE arguments to PLURALS_TS_FILE
Joerg Bornemann
2024-02-25
1
-22
/
+22
*
CMake: Rename I18N_*LANGUAGES variables and parameters
Joerg Bornemann
2024-02-25
1
-7
/
+7
*
CMake: Fix the generation of the plurals-only .qm file
Joerg Bornemann
2024-02-25
1
-1
/
+1
*
CMake: Un-TP qt_add_translations
Joerg Bornemann
2024-01-30
1
-2
/
+0
*
CMake: Fix qt_add_translations in different subdirs for VS generators
Joerg Bornemann
2023-12-11
1
-10
/
+37
*
CMake: Fix the XXX_lupdate targets for Visual Studio generators
Joerg Bornemann
2023-11-09
1
-1
/
+17
*
CMake: Fix usage of qt_add_translations when targeting iOS
Joerg Bornemann
2023-09-26
1
-8
/
+6
*
CMake: Automatically determine the path of the native .ts file
Joerg Bornemann
2023-09-22
1
-2
/
+10
*
CMake: Add a way to specify the native language for i18n
Joerg Bornemann
2023-09-22
1
-11
/
+64
*
CMake: Automatically determine .ts file names in qt_add_translations
Joerg Bornemann
2023-09-20
1
-2
/
+29
*
CMake: Let qt_add_lrelease create the output directory at build time
Joerg Bornemann
2023-09-19
1
-1
/
+1
*
CMake: Allow excluding target sources from i18n
Joerg Bornemann
2023-09-13
1
-0
/
+2
*
CMake: Support project-wide i18n with qt_add_translations
Joerg Bornemann
2023-09-13
1
-31
/
+132
*
CMake: Add qt6_collect_i18n_targets
Joerg Bornemann
2023-09-13
1
-0
/
+51
*
CMake: Allow specifying multiple targets in qt_add_lupdate
Joerg Bornemann
2023-09-13
1
-12
/
+40
*
CMake: Make the target argument of qt_add_lrelease optional
Joerg Bornemann
2023-09-11
1
-44
/
+88
*
CMake: Allow multiple calls of qt_add_lupdate
Joerg Bornemann
2023-09-11
1
-5
/
+21
*
CMake: Remove dead code from qt6_add_lrelease
Joerg Bornemann
2023-08-09
1
-4
/
+0
*
CMake: Don't delete generated .ts files on "ninja clean"
Joerg Bornemann
2023-06-21
1
-6
/
+6
*
cmake: Set target property of known translations based on qt_add_translations
Tor Arne Vestbø
2023-06-01
1
-0
/
+21
*
CMake: Fix qt6_create_translation for same-named .ts files
Joerg Bornemann
2023-05-26
1
-7
/
+16
*
CMake: Mark qm files as GENERATED in the target scope
Alexandru Croitor
2023-04-18
1
-0
/
+15
*
CMake: Don't pass .ts files as sources to lupdate
Joerg Bornemann
2023-01-27
1
-1
/
+2
*
CMake: Use new _qt_internal_get_tool_wrapper_script_path
Alexandru Croitor
2022-10-28
1
-6
/
+14
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-25
1
-1
/
+1
*
Add license headers to cmake files
Lucie Gérard
2022-08-02
1
-30
/
+1
*
CMake: Remove old QT_RESOURCE_TARGET_DEPENDENCY property
Alexandru Croitor
2022-06-22
1
-1
/
+0
*
CMake: Fix Xcode common dependency issues for translations
Alexandru Croitor
2022-05-19
1
-0
/
+13
[next]