summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-05-10 14:28:24 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2017-05-11 06:26:11 +0000
commit69985ee3c6977586a066aa33ea7fb316cbec4ba9 (patch)
treed28571469da1f1c810fc599e02ed2b8cdf0a6f8a
parentd0b7ce30d3a99a751581147b647072cfbae9d321 (diff)
fix build in directory with spaces
Change-Id: I80729616f26568345884543a9acf4bdb4412a83c Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
-rw-r--r--tools/repc/repc.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/repc/repc.pro b/tools/repc/repc.pro
index 97fa132..bb86b31 100644
--- a/tools/repc/repc.pro
+++ b/tools/repc/repc.pro
@@ -5,7 +5,7 @@ QT = core-private
force_bootstrap:isEqual(QT_MAJOR_VERSION, 5):lessThan(QT_MINOR_VERSION, 5): error("compiling repc for bootstrap requires Qt 5.5 or higher, due to missing libraries.")
DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII QT_NO_CAST_FROM_BYTEARRAY QT_NO_URL_CAST_FROM_STRING
-DEFINES += RO_INSTALL_HEADERS=\\\"$$clean_path($$[QT_INSTALL_HEADERS])/QtRemoteObjects\\\"
+DEFINES += RO_INSTALL_HEADERS=$$shell_quote(\"$$clean_path($$[QT_INSTALL_HEADERS]/QtRemoteObjects)\")
win32-msvc*:!wince: QMAKE_CXXFLAGS += /wd4129
CONFIG += qlalr