forked from qt-creator/qt-creator
Add more possible qmake names
Change-Id: I5f8d2a877ce37015bdea999cce805b0fdc910325 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -126,7 +126,8 @@ QStringList BuildableHelperLibrary::possibleQMakeCommands()
|
||||
#else
|
||||
// On unix some distributions renamed qmake to avoid clashes
|
||||
QStringList result;
|
||||
result << QLatin1String("qmake-qt4") << QLatin1String("qmake4") << QLatin1String("qmake");
|
||||
result << QLatin1String("qmake-qt4") << QLatin1String("qmake4")
|
||||
<< QLatin1String("qmake-qt5") << QLatin1String("qmake5") << QLatin1String("qmake");
|
||||
return result;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user