|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <ItemGroup Label="ProjectConfigurations">
|
| 4 | + <ProjectConfiguration Include="Debug|x64"> |
| 5 | + <Configuration>Debug</Configuration> |
| 6 | + <Platform>x64</Platform> |
| 7 | + </ProjectConfiguration> |
4 | 8 | <ProjectConfiguration Include="Release|x64">
|
5 | 9 | <Configuration>Release</Configuration>
|
6 | 10 | <Platform>x64</Platform>
|
|
13 | 17 | <PropertyGroup Label="Globals">
|
14 | 18 | <ProjectGuid>{098B73F3-16E7-4914-A051-CA4327E63F49}</ProjectGuid>
|
15 | 19 | <Keyword>QtVS_v304</Keyword>
|
16 |
| - <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">10.0.19041.0</WindowsTargetPlatformVersion> |
| 20 | + <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">10.0</WindowsTargetPlatformVersion> |
17 | 21 | <ApplicationType Condition="'$(Configuration)|$(Platform)' == 'Release_linux|x64'">Linux</ApplicationType>
|
18 | 22 | <ApplicationTypeRevision Condition="'$(Configuration)|$(Platform)' == 'Release_linux|x64'">1.0</ApplicationTypeRevision>
|
19 | 23 | <TargetLinuxPlatform Condition="'$(Configuration)|$(Platform)' == 'Release_linux|x64'">Generic</TargetLinuxPlatform>
|
|
32 | 36 | <RemoteCopyIncludeDirectories>
|
33 | 37 | </RemoteCopyIncludeDirectories>
|
34 | 38 | </PropertyGroup>
|
| 39 | + <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 40 | + <PlatformToolset>v143</PlatformToolset> |
| 41 | + </PropertyGroup> |
35 | 42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
36 | 43 | <ImportGroup Condition="Exists('$(QtMsBuild)\qt_defaults.props')">
|
37 | 44 | <Import Project="$(QtMsBuild)\qt_defaults.props" />
|
|
66 | 73 | </ImportGroup>
|
67 | 74 | <PropertyGroup Label="UserMacros" />
|
68 | 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
| 76 | + <IncludePath>$(ProjectDir)\include;$(IncludePath)</IncludePath> |
69 | 77 | </PropertyGroup>
|
70 | 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_linux|x64'">
|
71 | 79 | <ProjectPublicIncludePath>C:\Users\Goose\AppData\Local\Microsoft\Linux\HeaderCache\1.0\-2016259881\home\goose\Qt\6.4.0\gcc_64\include;C:\Users\Goose\AppData\Local\Microsoft\Linux\HeaderCache\1.0\-2016259881\usr\include;$(ProjectPublicIncludePath)</ProjectPublicIncludePath>
|
72 | 80 | <IncludePath>
|
73 | 81 | </IncludePath>
|
74 | 82 | <RemoteCopySourceMethod>rsync</RemoteCopySourceMethod>
|
75 | 83 | </PropertyGroup>
|
| 84 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 85 | + <IncludePath>$(ProjectDir)\include;$(IncludePath)</IncludePath> |
| 86 | + </PropertyGroup> |
| 87 | + <PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 88 | + <QtDeploy>false</QtDeploy> |
| 89 | + <QtBuildConfig>debug</QtBuildConfig> |
| 90 | + <QtInstall>6.2.4</QtInstall> |
| 91 | + <QtModules>core;gui;network;widgets</QtModules> |
| 92 | + </PropertyGroup> |
76 | 93 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_linux|x64'">
|
77 | 94 | <ClCompile>
|
78 | 95 | <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
88 | 105 | </ItemDefinitionGroup>
|
89 | 106 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
90 | 107 | <QtUic>
|
91 |
| - <ExecutionDescription /> |
| 108 | + <QtUicFileName>ui_%(Filename).hpp</QtUicFileName> |
| 109 | + </QtUic> |
| 110 | + </ItemDefinitionGroup> |
| 111 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 112 | + <QtUic> |
| 113 | + <QtUicFileName>ui_%(Filename).hpp</QtUicFileName> |
| 114 | + <QtUicDir>$(ProjectDir)\include\windows</QtUicDir> |
| 115 | + <ExecutionDescription>uic %(Identity)</ExecutionDescription> |
92 | 116 | </QtUic>
|
93 | 117 | </ItemDefinitionGroup>
|
94 | 118 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">
|
|
111 | 135 | </ItemDefinitionGroup>
|
112 | 136 | <ItemGroup>
|
113 | 137 | <ClCompile Include="src\args\audioargs.cpp" />
|
| 138 | + <ClCompile Include="src\args\bitrate.cpp" /> |
| 139 | + <ClCompile Include="src\args\chapters.cpp" /> |
114 | 140 | <ClCompile Include="src\args\codec.cpp" />
|
115 | 141 | <ClCompile Include="src\args\colorsargs.cpp" />
|
116 | 142 | <ClCompile Include="src\args\entropy.cpp" />
|
117 | 143 | <ClCompile Include="src\args\frame.cpp" />
|
118 | 144 | <ClCompile Include="src\args\hdr.cpp" />
|
119 |
| - <ClCompile Include="src\args\io.cpp" /> |
120 | 145 | <ClCompile Include="src\args\map.cpp" />
|
121 | 146 | <ClCompile Include="src\args\misc.cpp" />
|
122 |
| - <ClCompile Include="src\args\mix.cpp" /> |
123 | 147 | <ClCompile Include="src\args\pass.cpp" />
|
124 | 148 | <ClCompile Include="src\args\preset.cpp" />
|
125 | 149 | <ClCompile Include="src\args\profile.cpp" />
|
|
153 | 177 | <ClCompile Include="src\ui\avc.cpp" />
|
154 | 178 | <ClCompile Include="src\ui\config.cpp" />
|
155 | 179 | <ClCompile Include="src\ui\encodegui.cpp" />
|
| 180 | + <ClCompile Include="src\ui\enviornment.cpp" /> |
156 | 181 | <ClCompile Include="src\ui\hevc.cpp" />
|
157 | 182 | <ClCompile Include="src\ui\jobs.cpp" />
|
158 | 183 | <ClCompile Include="src\ui\msgbox.cpp" />
|
|
181 | 206 | <ClInclude Include="include\videoinfolist.hpp" />
|
182 | 207 | <ClInclude Include="include\mediaconfig.hpp" />
|
183 | 208 | <ClInclude Include="include\scriptbuilder.hpp" />
|
184 |
| - <ClInclude Include="x64\Release\uic\ui_EncodeGUI.h" /> |
185 |
| - <ClInclude Include="x64\Release\uic\ui_Preview.h" /> |
186 |
| - <ClInclude Include="x64\Release\uic\ui_Updater.h" /> |
| 209 | + <ClInclude Include="include\windows\ui_encodegui.hpp" /> |
| 210 | + <ClInclude Include="include\windows\ui_preview.hpp" /> |
| 211 | + <ClInclude Include="include\windows\ui_updater.hpp" /> |
187 | 212 | <QtMoc Include="include\ffloader.hpp" />
|
188 | 213 | <ClInclude Include="include\audiosubinforegex.hpp" />
|
189 | 214 | <ClInclude Include="include\processerrorregex.hpp" />
|
|
195 | 220 | <ClInclude Include="include\vapoursynth.hpp" />
|
196 | 221 | </ItemGroup>
|
197 | 222 | <ItemGroup>
|
198 |
| - <QtUic Include="src\ui\encodegui.ui" /> |
199 |
| - <QtUic Include="src\ui\preview.ui" /> |
200 |
| - <QtUic Include="src\ui\updater.ui" /> |
| 223 | + <QtUic Include="include\windows\encodegui.ui" /> |
| 224 | + <QtUic Include="include\windows\preview.ui" /> |
| 225 | + <QtUic Include="include\windows\updater.ui" /> |
201 | 226 | </ItemGroup>
|
202 | 227 | <ItemGroup>
|
203 | 228 | <QtRcc Include="assets\EncodeGUI.qrc" />
|
|
0 commit comments