diff options
| -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#" /> |
