summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/consumeoutputoperationtest/consumeoutputoperationtest.pro
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2014-02-04 11:30:04 +0100
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-02-04 11:35:33 +0100
commite15fe10836a39ffdff0a78031595a6f24bf8aa1c (patch)
tree4ffadd9941416309cfa5c6d05c44dd48d209353c /tests/auto/installer/consumeoutputoperationtest/consumeoutputoperationtest.pro
parent0c83dabd59ff995bc898013695f24fdeadecd459 (diff)
Compile fix after native separator change.
Change-Id: I3044637a65b87483dd9ded63920adb5536952700 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/installer/consumeoutputoperationtest/consumeoutputoperationtest.pro')
-rw-r--r--tests/auto/installer/consumeoutputoperationtest/consumeoutputoperationtest.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/installer/consumeoutputoperationtest/consumeoutputoperationtest.pro b/tests/auto/installer/consumeoutputoperationtest/consumeoutputoperationtest.pro
index 0cc9e705c..a6fbc60f9 100644
--- a/tests/auto/installer/consumeoutputoperationtest/consumeoutputoperationtest.pro
+++ b/tests/auto/installer/consumeoutputoperationtest/consumeoutputoperationtest.pro
@@ -5,4 +5,4 @@ QT += testlib
SOURCES = tst_consumeoutputoperationtest.cpp
-DEFINES += "QMAKE_BINARY=$$QMAKE_BINARY"
+DEFINES += "QMAKE_BINARY=$$fromNativeSeparators($$QMAKE_BINARY)"