|
@@ -12,7 +12,6 @@
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<ClCompile Include="fakeRaid\browseModal.cpp" />
|
|
<ClCompile Include="fakeRaid\browseModal.cpp" />
|
|
|
- <ClCompile Include="fakeRaid\checkableComboBox.cpp" />
|
|
|
|
|
<ClCompile Include="fakeRaid\conflictItemWidget.cpp" />
|
|
<ClCompile Include="fakeRaid\conflictItemWidget.cpp" />
|
|
|
<ClCompile Include="fakeRaid\conflictModal.cpp" />
|
|
<ClCompile Include="fakeRaid\conflictModal.cpp" />
|
|
|
<ClCompile Include="fakeRaid\fileItem.cpp" />
|
|
<ClCompile Include="fakeRaid\fileItem.cpp" />
|
|
@@ -33,7 +32,6 @@
|
|
|
<ClInclude Include="fakeRaid\browseModal.h" />
|
|
<ClInclude Include="fakeRaid\browseModal.h" />
|
|
|
<QtMoc Include="fakeRaid\conflictItemWidget.h" />
|
|
<QtMoc Include="fakeRaid\conflictItemWidget.h" />
|
|
|
<QtMoc Include="fakeRaid\conflictModal.h" />
|
|
<QtMoc Include="fakeRaid\conflictModal.h" />
|
|
|
- <QtMoc Include="fakeRaid\checkableComboBox.h" />
|
|
|
|
|
<ClInclude Include="fakeRaid\exports.h" />
|
|
<ClInclude Include="fakeRaid\exports.h" />
|
|
|
<ClInclude Include="fakeRaid\fileItem.h" />
|
|
<ClInclude Include="fakeRaid\fileItem.h" />
|
|
|
<ClInclude Include="fakeRaid\htmlFont.hh" />
|
|
<ClInclude Include="fakeRaid\htmlFont.hh" />
|
|
@@ -43,6 +41,9 @@
|
|
|
<ProjectReference Include="Engine.vcxproj">
|
|
<ProjectReference Include="Engine.vcxproj">
|
|
|
<Project>{f62d1642-3be3-44a3-a03a-116930004deb}</Project>
|
|
<Project>{f62d1642-3be3-44a3-a03a-116930004deb}</Project>
|
|
|
</ProjectReference>
|
|
</ProjectReference>
|
|
|
|
|
+ <ProjectReference Include="QtWidgets\QtWidgets.vcxproj">
|
|
|
|
|
+ <Project>{8ce225ae-e9a9-435b-9ef1-b63684842259}</Project>
|
|
|
|
|
+ </ProjectReference>
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<PropertyGroup Label="Globals">
|
|
<PropertyGroup Label="Globals">
|
|
|
<ProjectGuid>{8964FB88-5696-4D58-B832-124F25BEA5E8}</ProjectGuid>
|
|
<ProjectGuid>{8964FB88-5696-4D58-B832-124F25BEA5E8}</ProjectGuid>
|
|
@@ -94,11 +95,11 @@
|
|
|
</ImportGroup>
|
|
</ImportGroup>
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
- <IncludePath>$(SolutionDir)\Engine;$(SolutionDir)\fakeRaid;$(SolutionDir)\Crypto;$(IncludePath)</IncludePath>
|
|
|
|
|
|
|
+ <IncludePath>$(SolutionDir)\Engine;$(SolutionDir)\QtWidgets\includes;$(SolutionDir)\fakeRaid;$(SolutionDir)\Crypto;$(IncludePath)</IncludePath>
|
|
|
<IntDir>$(SolutionDir)\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
|
|
<IntDir>$(SolutionDir)\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
- <IncludePath>$(SolutionDir)\Engine;$(SolutionDir)\fakeRaid;$(SolutionDir)\Crypto;$(IncludePath)</IncludePath>
|
|
|
|
|
|
|
+ <IncludePath>$(SolutionDir)\Engine;$(SolutionDir)\QtWidgets\includes;$(SolutionDir)\fakeRaid;$(SolutionDir)\Crypto;$(IncludePath)</IncludePath>
|
|
|
<IntDir>$(SolutionDir)\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
|
|
<IntDir>$(SolutionDir)\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">
|