aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinux.qbs
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-05-06 16:11:17 +0200
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-05-13 10:40:48 +0200
commitaf6f57b17cf1c6fb5c9845c2b788167fe3f3e270 (patch)
treec996e9d86f4e91bf51697cab5bf489730aa28db8 /src/plugins/remotelinux/remotelinux.qbs
parentae82e1f333cbe138cf97ac69a00139c5e4c48894 (diff)
qbs files: remove superfluous defines
Those are set by QtcPlugin.qbs already. Change-Id: I9d9ec2e841e2266f0c35064d9821b0fdcc570ecf Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinux.qbs')
-rw-r--r--src/plugins/remotelinux/remotelinux.qbs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/remotelinux.qbs b/src/plugins/remotelinux/remotelinux.qbs
index 3b01af903a..eb2a070f86 100644
--- a/src/plugins/remotelinux/remotelinux.qbs
+++ b/src/plugins/remotelinux/remotelinux.qbs
@@ -5,14 +5,12 @@ import "../QtcPlugin.qbs" as QtcPlugin
QtcPlugin {
name: "RemoteLinux"
- Depends { name: "cpp" }
Depends { name: "Qt.widgets" }
Depends { name: "Core" }
Depends { name: "Debugger" }
Depends { name: "ProjectExplorer" }
Depends { name: "QtSupport" }
Depends { name: "QtcSsh" }
- cpp.defines: base.concat("REMOTELINUX_LIBRARY")
files: [
"abstractpackagingstep.cpp",