From 0df006282e4af6689f85d2f94a05740a08b62308 Mon Sep 17 00:00:00 2001 From: oddMLan Date: Thu, 17 Oct 2019 02:17:10 -0700 Subject: [PATCH] [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. --- projects/msvc/GLideNUI.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/msvc/GLideNUI.vcxproj b/projects/msvc/GLideNUI.vcxproj index 1e7b7a2c..689b28aa 100644 --- a/projects/msvc/GLideNUI.vcxproj +++ b/projects/msvc/GLideNUI.vcxproj @@ -183,7 +183,7 @@ endlocal - + \ No newline at end of file