File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
build_msvc/test_bitcoin-qt Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1010 <ItemGroup >
1111 <ClCompile Include =" ..\..\src\init\bitcoin-qt.cpp" />
1212 <ClCompile Include =" ..\..\src\test\util\setup_common.cpp" />
13- <ClCompile Include =" ..\..\src\wallet\test\util.cpp" />
13+ <ClCompile Include =" ..\..\src\wallet\test\util.cpp" >
14+ <ObjectFileName >$(IntDir)wallet_test_util.obj</ObjectFileName >
15+ </ClCompile >
1416 <ClCompile Include =" ..\..\src\qt\test\addressbooktests.cpp" />
1517 <ClCompile Include =" ..\..\src\qt\test\apptests.cpp" />
1618 <ClCompile Include =" ..\..\src\qt\test\optiontests.cpp" />
1719 <ClCompile Include =" ..\..\src\qt\test\rpcnestedtests.cpp" />
1820 <ClCompile Include =" ..\..\src\qt\test\test_main.cpp" />
1921 <ClCompile Include =" ..\..\src\qt\test\uritests.cpp" />
20- <ClCompile Include =" ..\..\src\qt\test\util.cpp" />
22+ <ClCompile Include =" ..\..\src\qt\test\util.cpp" >
23+ <ObjectFileName >$(IntDir)qt_test_util.obj</ObjectFileName >
24+ </ClCompile >
2125 <ClCompile Include =" ..\..\src\qt\test\wallettests.cpp" />
2226 <ClCompile Include =" ..\..\src\wallet\test\wallet_test_fixture.cpp" />
2327 <ClCompile Include =" $(GeneratedFilesOutDir)\moc\moc_addressbooktests.cpp" />
You can’t perform that action at this time.
0 commit comments