Skip to content

Commit e88c495

Browse files
committed
Remove a reference path
1 parent 4bc875a commit e88c495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edfbrowser.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<IgnoreImportLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</IgnoreImportLibrary>
5656
</PropertyGroup>
5757
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
58-
<ReferencePath>$(VC_ReferencesPath_x64);c:\Work\Tools\Qt-6.4\5.15.2\msvc2019_64\bin\</ReferencePath>
58+
<ReferencePath>$(VC_ReferencesPath_x64);</ReferencePath>
5959
</PropertyGroup>
6060
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
6161
<ClCompile>

0 commit comments

Comments
 (0)