aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtvstools/QML/Debugging/QmlDebugLauncher.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtvstools/QML/Debugging/QmlDebugLauncher.cs')
-rw-r--r--src/qtvstools/QML/Debugging/QmlDebugLauncher.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qtvstools/QML/Debugging/QmlDebugLauncher.cs b/src/qtvstools/QML/Debugging/QmlDebugLauncher.cs
index 3de576ab..42cde652 100644
--- a/src/qtvstools/QML/Debugging/QmlDebugLauncher.cs
+++ b/src/qtvstools/QML/Debugging/QmlDebugLauncher.cs
@@ -35,8 +35,8 @@ using Microsoft.VisualStudio.Debugger.Interop;
using Microsoft.VisualStudio.Shell;
using Microsoft.VisualStudio.Shell.Interop;
using Microsoft.VisualStudio.VCProjectEngine;
-using QtProjectLib;
-using QtProjectLib.QtMsBuild;
+using QtVsTools.Core;
+using QtVsTools.Core.QtMsBuild;
using QtVsTools.SyntaxAnalysis;
using static QtVsTools.SyntaxAnalysis.RegExpr;