forked from qt-creator/qt-creator
Remove old code
This commit is contained in:
@@ -62,13 +62,8 @@ QStringList QMakeStep::arguments(const QString &buildConfiguration)
|
|||||||
QStringList arguments;
|
QStringList arguments;
|
||||||
arguments << project()->file()->fileName();
|
arguments << project()->file()->fileName();
|
||||||
if (!additonalArguments.contains("-spec")) {
|
if (!additonalArguments.contains("-spec")) {
|
||||||
if (m_pro->value("useVBOX").toBool()) { //NBS TODO don't special case VBOX like this
|
|
||||||
arguments << "-spec" << "linux-i686fb-g++";
|
|
||||||
arguments << "-unix";
|
|
||||||
} else {
|
|
||||||
arguments << "-spec" << m_pro->qtVersion(buildConfiguration)->mkspec();
|
arguments << "-spec" << m_pro->qtVersion(buildConfiguration)->mkspec();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
arguments << "-r";
|
arguments << "-r";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user