Remove old code

This commit is contained in:
dt
2009-07-21 14:01:56 +02:00
parent c18d1b3153
commit 4b6f3d3595

View File

@@ -62,13 +62,8 @@ QStringList QMakeStep::arguments(const QString &buildConfiguration)
QStringList arguments;
arguments << project()->file()->fileName();
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 << "-r";