From b3678f0c1604cc622ecbde1e8c786aa5fb9d355b Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 10 Feb 2021 22:38:35 +0800 Subject: add qt.ui files for vsxmake --- .../vsxmake/vsproj/templates/vcxproj.filters/#target#.vcxproj.filters | 1 + .../project/vsxmake/vsproj/templates/vcxproj.filters/File.ui(fileui) | 3 +++ .../plugins/project/vsxmake/vsproj/templates/vcxproj/#target#.vcxproj | 1 + xmake/plugins/project/vsxmake/vsproj/templates/vcxproj/File.ui(fileui) | 1 + xmake/plugins/project/vsxmake/vsxmake.lua | 3 +++ 5 files changed, 9 insertions(+) create mode 100644 xmake/plugins/project/vsxmake/vsproj/templates/vcxproj.filters/File.ui(fileui) create mode 100644 xmake/plugins/project/vsxmake/vsproj/templates/vcxproj/File.ui(fileui) diff --git a/xmake/plugins/project/vsxmake/vsproj/templates/vcxproj.filters/#target#.vcxproj.filters b/xmake/plugins/project/vsxmake/vsproj/templates/vcxproj.filters/#target#.vcxproj.filters index eb8dfdb75..02ae9b11b 100644 --- a/xmake/plugins/project/vsxmake/vsproj/templates/vcxproj.filters/#target#.vcxproj.filters +++ b/xmake/plugins/project/vsxmake/vsproj/templates/vcxproj.filters/#target#.vcxproj.filters @@ -45,6 +45,7 @@ #Import(File.rc)# +#Import(File.ui)# diff --git a/xmake/plugins/project/vsxmake/vsproj/templates/vcxproj.filters/File.ui(fileui) b/xmake/plugins/project/vsxmake/vsproj/templates/vcxproj.filters/File.ui(fileui) new file mode 100644 index 000000000..6588bbf15 --- /dev/null +++ b/xmake/plugins/project/vsxmake/vsproj/templates/vcxproj.filters/File.ui(fileui) @@ -0,0 +1,3 @@ + + #dir# + diff --git a/xmake/plugins/project/vsxmake/vsproj/templates/vcxproj/#target#.vcxproj b/xmake/plugins/project/vsxmake/vsproj/templates/vcxproj/#target#.vcxproj index 9083dc278..3574c7d4d 100644 --- a/xmake/plugins/project/vsxmake/vsproj/templates/vcxproj/#target#.vcxproj +++ b/xmake/plugins/project/vsxmake/vsproj/templates/vcxproj/#target#.vcxproj @@ -45,6 +45,7 @@ #Import(File.rc)# +#Import(File.ui)#