Skip to content

Commit 592af5a

Browse files
committed
Moved the include of the system projects to before the build depends on task. Otherwise it doesn't get run.
1 parent 6e22151 commit 592af5a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build_msvc/test_bitcoin-qt/test_bitcoin-qt.vcxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464
</ProjectReference>
6565
</ItemGroup>
6666

67+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
68+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
69+
6770
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
6871
<ClCompile>
6972
<AdditionalIncludeDirectories>..\libbitcoin_qt\$(GeneratedFilesOutDir)\..\;$(QtIncludeDir)\QtTest;$(QtIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
@@ -114,6 +117,4 @@
114117
$(CleanDependsOn);
115118
</CleanDependsOn>
116119
</PropertyGroup>
117-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
118-
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
119120
</Project>

0 commit comments

Comments
 (0)