forked from qt-creator/qt-creator
Don't import QMLINSPECTOR_PATH qmake settings.
Task-Nr: QTCREATORBUG-2209
This commit is contained in:
@@ -402,6 +402,8 @@ void Qt4ProjectConfigWidget::importLabelClicked()
|
||||
additionalArguments.prepend("-spec");
|
||||
}
|
||||
|
||||
additionalArguments = Qt4BuildConfiguration::removeQMLInspectorFromArgumentList(additionalArguments);
|
||||
|
||||
// So we got all the information now apply it...
|
||||
m_buildConfiguration->setQtVersion(version);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user