Skip to content
Snippets Groups Projects
Commit 4b6f3d35 authored by dt's avatar dt
Browse files

Remove old code

parent c18d1b31
No related branches found
No related tags found
No related merge requests found
......@@ -62,12 +62,7 @@ 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 << "-spec" << m_pro->qtVersion(buildConfiguration)->mkspec();
}
arguments << "-r";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment