summaryrefslogtreecommitdiffstats
path: root/qmake/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/main.cpp')
-rw-r--r--qmake/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qmake/main.cpp b/qmake/main.cpp
index d7f9157bf0..23dbade07f 100644
--- a/qmake/main.cpp
+++ b/qmake/main.cpp
@@ -304,8 +304,8 @@ int runQMake(int argc, char **argv)
dir = tmp_dir;
}
#ifdef Q_OS_MAC
- if (fi.fileName().endsWith(QStringLiteral(".pbxproj"))
- && dir.endsWith(QStringLiteral(".xcodeproj")))
+ if (fi.fileName().endsWith(QLatin1String(".pbxproj"))
+ && dir.endsWith(QLatin1String(".xcodeproj")))
dir += QStringLiteral("/..");
#endif
if(!dir.isNull() && dir != ".")