aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinux.pro
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.pro
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.pro')
-rw-r--r--src/plugins/remotelinux/remotelinux.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/remotelinux.pro b/src/plugins/remotelinux/remotelinux.pro
index aaa4162a03d..e26ccd9f032 100644
--- a/src/plugins/remotelinux/remotelinux.pro
+++ b/src/plugins/remotelinux/remotelinux.pro
@@ -100,5 +100,6 @@ FORMS += \
RESOURCES += remotelinux.qrc
-DEFINES += QT_NO_CAST_TO_ASCII
-DEFINES += REMOTELINUX_LIBRARY
+DEFINES += \
+ REMOTELINUX_LIBRARY \
+ QT_NO_CAST_FROM_ASCII