aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--QtMSBuild/QtMsBuild/qt_private.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/QtMSBuild/QtMsBuild/qt_private.props b/QtMSBuild/QtMsBuild/qt_private.props
index 68830a1c..a2f0e515 100644
--- a/QtMSBuild/QtMsBuild/qt_private.props
+++ b/QtMSBuild/QtMsBuild/qt_private.props
@@ -154,7 +154,7 @@
// -->
<PropertyGroup>
<LocalDebuggerEnvironment Condition="'$(QtDllPath)' != ''"
- >PATH=%PATH%;$(QtDllPath)&#xD;&#xA;$(LocalDebuggerEnvironment)
+ >PATH=$(QtDllPath);%PATH%&#xD;&#xA;$(LocalDebuggerEnvironment)
</LocalDebuggerEnvironment>
</PropertyGroup>