aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-qt/setupqt.cpp
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-05-06 11:48:09 +0200
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-05-06 09:51:34 +0000
commit388e69eb3f41f6c651b83ed9654b81757be549e6 (patch)
treedec7ca532b2b78f8ffbb966534854e4fcc2085b4 /src/app/qbs-setup-qt/setupqt.cpp
parent19fe172fecf3fb59bcbf6e64c537e4df07c620af (diff)
fix build
Change-Id: I33be530bb3095100311f5a1cc36b202ce5d10b87 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'src/app/qbs-setup-qt/setupqt.cpp')
-rw-r--r--src/app/qbs-setup-qt/setupqt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/qbs-setup-qt/setupqt.cpp b/src/app/qbs-setup-qt/setupqt.cpp
index f43d72394..afc1a7f8b 100644
--- a/src/app/qbs-setup-qt/setupqt.cpp
+++ b/src/app/qbs-setup-qt/setupqt.cpp
@@ -298,7 +298,7 @@ static QStringList qbsTargetOsFromQtMkspec(const QString &mkspec)
<< QLatin1String("unix");
if (mkspec.startsWith(QLatin1String("haiku-")))
return QStringList() << QLatin1String("haiku");
- if (mkspec.startsWith(QLatin1String("hpux-")) || mkspec.startsWith("hpuxi-"))
+ if (mkspec.startsWith(QLatin1String("hpux-")) || mkspec.startsWith(QLatin1String("hpuxi-")))
return QStringList() << QLatin1String("hpux") << QLatin1String("unix");
if (mkspec.startsWith(QLatin1String("hurd-")))
return QStringList() << QLatin1String("hurd") << QLatin1String("unix");