aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinux.qbs
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2012-11-26 14:41:39 +0200
committerOrgad Shaneh <orgads@gmail.com>2012-11-27 14:01:49 +0100
commit73d60a58137d12dbe95c58d39a71c028f1dfff88 (patch)
tree04a3bb68da67a62f225e049479363ef53f7a0d60 /src/plugins/remotelinux/remotelinux.qbs
parentcf7f778c2b8d5f832ca6a805db4bc27f0db60656 (diff)
RemoteLinux: Compile with QT_NO_CAST_FROM_ASCII
Change-Id: I10541e999d6210caf6b88ecb5c1010e831b2f4d4 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinux.qbs')
-rw-r--r--src/plugins/remotelinux/remotelinux.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/remotelinux/remotelinux.qbs b/src/plugins/remotelinux/remotelinux.qbs
index 8246f6b39dd..f98e7ba9506 100644
--- a/src/plugins/remotelinux/remotelinux.qbs
+++ b/src/plugins/remotelinux/remotelinux.qbs
@@ -5,12 +5,14 @@ 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(["QT_NO_CAST_FROM_ASCII"])
files: [
"abstractpackagingstep.cpp",