From 6bf119afc72a1309c94389df6a4bce859f7f5a06 Mon Sep 17 00:00:00 2001 From: jian liang Date: Mon, 25 Jun 2012 23:18:37 +0800 Subject: Workaround to compile configureapp.cpp with MSVC2010 x64 Remove a non-ascii character from configureapp.cpp to let it to be compiled successfully with MSVC2010 x64. Change-Id: I0b016630be49e8731cc438abca4ef959124138be Reviewed-by: Rohan McGovern Reviewed-by: Thiago Macieira --- tools/configure/configureapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 9757ade1c5..f22519afdd 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -350,7 +350,7 @@ Configure::~Configure() QString Configure::formatPath(const QString &path) { QString ret = QDir::cleanPath(path); - // This amount of quoting is deemed sufficient. ™ + // This amount of quoting is deemed sufficient. if (ret.contains(QLatin1Char(' '))) { ret.prepend(QLatin1Char('"')); ret.append(QLatin1Char('"')); -- cgit v1.2.3