aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Package/Package/QMakeWrapper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'QtVsTools.Package/Package/QMakeWrapper.cs')
-rw-r--r--QtVsTools.Package/Package/QMakeWrapper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/QtVsTools.Package/Package/QMakeWrapper.cs b/QtVsTools.Package/Package/QMakeWrapper.cs
index 528aae2f..045ba351 100644
--- a/QtVsTools.Package/Package/QMakeWrapper.cs
+++ b/QtVsTools.Package/Package/QMakeWrapper.cs
@@ -48,7 +48,7 @@ namespace QtVsTools
{
string output;
try {
- var exeFilePath = QtVsToolsPackage.Instance.QMakeFileReaderPath;
+ var exeFilePath = QtVsToolsLegacyPackage.Instance.QMakeFileReaderPath;
if (!System.IO.File.Exists(exeFilePath))
return false;