FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

v0.0.1 · sca255/codebuilder@6098e13 · GitHub

Commit 6098e13

Browse files
committed
v0.0.1
1 parent 53aeb5d commit 6098e13

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

‎codebuilder/codebuilder.vcxproj‎

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
<Keyword>QtVS_v304</Keyword>
2222
<WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">10.0.22621.0</WindowsTargetPlatformVersion>
2323
<WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">10.0.22621.0</WindowsTargetPlatformVersion>
24-
<QtMsBuild Condition="'$(QtMsBuild)'=='' OR !Exists('$(QtMsBuild)\qt.targets')"
25-
>$(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>
24+
<QtMsBuild Condition="'$(QtMsBuild)'=='' OR !Exists('$(QtMsBuild)\qt.targets')">$(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>
2625
</PropertyGroup>
2726
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2827
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">
@@ -47,11 +46,8 @@
4746
<QtModules>core</QtModules>
4847
<QtBuildConfig>release</QtBuildConfig>
4948
</PropertyGroup>
50-
<Target Name="QtMsBuildNotFound"
51-
BeforeTargets="CustomBuild;ClCompile"
52-
Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')">
53-
<Message Importance="High"
54-
Text="QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />
49+
<Target Name="QtMsBuildNotFound" BeforeTargets="CustomBuild;ClCompile" Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')">
50+
<Message Importance="High" Text="QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />
5551
</Target>
5652
<ImportGroup Label="ExtensionSettings" />
5753
<ImportGroup Label="Shared" />
@@ -68,6 +64,12 @@
6864
</PropertyGroup>
6965
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
7066
</PropertyGroup>
67+
<PropertyGroup Label="QtDeploy" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
68+
<QtDeploy>false</QtDeploy>
69+
</PropertyGroup>
70+
<PropertyGroup Label="QtDeploy" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
71+
<QtDeploy>true</QtDeploy>
72+
</PropertyGroup>
7173
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">
7274
<ClCompile>
7375
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
@@ -94,7 +96,6 @@
9496
</ItemDefinitionGroup>
9597
<ItemGroup>
9698
<ClCompile Include="main.cpp" />
97-
9899
</ItemGroup>
99100
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
100101
<ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL