diff options
| author | HapiFive <[email protected]> | 2024-05-15 10:13:38 +0800 |
|---|---|---|
| committer | HapiFive <[email protected]> | 2024-05-15 10:13:38 +0800 |
| commit | 81be0de6945e4633693a0f8306f1a95446cf3794 (patch) | |
| tree | 5f018ddc1125b8a024c482a45d6d31b47e994e5f /xmake/scripts | |
| parent | b89dbe20c3d5c93feab00521207611ee67f6c51c (diff) | |
change None to QtTranslation
Diffstat (limited to 'xmake/scripts')
| -rw-r--r-- | xmake/scripts/vsxmake/vsproj/templates/vcxproj.filters/File.ts(filets) | 4 | ||||
| -rw-r--r-- | xmake/scripts/vsxmake/vsproj/templates/vcxproj/File.ts(filets) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/xmake/scripts/vsxmake/vsproj/templates/vcxproj.filters/File.ts(filets) b/xmake/scripts/vsxmake/vsproj/templates/vcxproj.filters/File.ts(filets) index 9aee25191..21c6c4691 100644 --- a/xmake/scripts/vsxmake/vsproj/templates/vcxproj.filters/File.ts(filets) +++ b/xmake/scripts/vsxmake/vsproj/templates/vcxproj.filters/File.ts(filets) @@ -1,3 +1,3 @@ - <None Include="#path#"> + <QtTranslation Include="#path#"> <Filter>#dir#</Filter> - </None> + </QtTranslation> diff --git a/xmake/scripts/vsxmake/vsproj/templates/vcxproj/File.ts(filets) b/xmake/scripts/vsxmake/vsproj/templates/vcxproj/File.ts(filets) index 6429fe3e9..e2a7615b8 100644 --- a/xmake/scripts/vsxmake/vsproj/templates/vcxproj/File.ts(filets) +++ b/xmake/scripts/vsxmake/vsproj/templates/vcxproj/File.ts(filets) @@ -1 +1 @@ - <None Include="#path#" /> + <QtTranslation Include="#path#" /> |
