aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinux.qbs
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-08-09 15:20:54 +0200
committerhjk <hjk@qt.io>2019-08-19 07:44:27 +0000
commitb6618ab6322d5d62b47c57aa86c32ef4be4734bb (patch)
treec4aadc31d51fe107fbaf577a8e3b1737f0be2de8 /src/plugins/remotelinux/remotelinux.qbs
parent42b8a228401f1d74854dc48edb23f7ee4287e18c (diff)
RemoteLinux: Remove direct dependency on QtSupport
No real impact as it is still pulled in by the debugger, but... Change-Id: I813e1e99474dc0ec7d4089c548b544fd351dc9f6 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/remotelinux/remotelinux.qbs')
-rw-r--r--src/plugins/remotelinux/remotelinux.qbs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinux.qbs b/src/plugins/remotelinux/remotelinux.qbs
index c56e122c699..03d280735ba 100644
--- a/src/plugins/remotelinux/remotelinux.qbs
+++ b/src/plugins/remotelinux/remotelinux.qbs
@@ -14,7 +14,6 @@ Project {
Depends { name: "Core" }
Depends { name: "Debugger" }
Depends { name: "ProjectExplorer" }
- Depends { name: "QtSupport" }
files: [
"abstractpackagingstep.cpp",