13 lines
558 B
Text
13 lines
558 B
Text
|
Index: src/app/qbs-setup-qt/setupqt.cpp
|
||
|
--- src/app/qbs-setup-qt/setupqt.cpp.orig
|
||
|
+++ src/app/qbs-setup-qt/setupqt.cpp
|
||
|
@@ -71,7 +71,7 @@ static QStringList qmakeExecutableNames()
|
||
|
{
|
||
|
const QString baseName = HostOsInfo::appendExecutableSuffix(QStringLiteral("qmake"));
|
||
|
QStringList lst(baseName);
|
||
|
- if (HostOsInfo::isLinuxHost()) {
|
||
|
+ if (true || HostOsInfo::isLinuxHost()) {
|
||
|
// Some distributions ship binaries called qmake-qt5 or qmake-qt4.
|
||
|
lst << baseName + QLatin1String("-qt5") << baseName + QLatin1String("-qt4");
|
||
|
}
|