1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

[GLideNUI.vcxproj] Use $(DefaultQtVersion) to get Qt version

Fixes a problem in which the UI would fail to compile when the version was not found (qt-5_7_1-x86-msvc2015-static by default), and changing to the correct version through QT Project Settings would clear all the dependencies (possibly a bug in the Qt VS Tools addin). Changing from $(DefaultQtVersion) to any other version doesn't have this problem.
This commit is contained in:
oddMLan 2019-10-17 02:17:10 -07:00 committed by Sergey Lipskiy
parent 98d906d4e0
commit 0df006282e

View File

@ -183,7 +183,7 @@ endlocal
<ImportGroup Label="ExtensionTargets" />
<ProjectExtensions>
<VisualStudio>
<UserProperties UicDir=".\GeneratedFiles" RccDir=".\GeneratedFiles" Qt5Version_x0020_Win32="qt-5_7_1-x86-msvc2015-static" />
<UserProperties UicDir=".\GeneratedFiles" RccDir=".\GeneratedFiles" Qt5Version_x0020_Win32="$(DefaultQtVersion)" />
</VisualStudio>
</ProjectExtensions>
</Project>