Remove unused variables

Change-Id: I8b49a2eea7509abb685d751a0f038dc3b4f555ca
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
Robert Loehning
2018-09-05 22:49:35 +02:00
parent eccc24e5c9
commit 747d1ef9f1
4 changed files with 0 additions and 4 deletions

View File

@@ -106,7 +106,6 @@ void BasicBundleProvider::mergeBundlesForKit(ProjectExplorer::Kit *kit
bundles.mergeBundleForLanguage(Dialect::QmlQtQuick2Ui, b2);
return;
}
QString qtImportsPath = qtVersion->qmakeProperty("QT_INSTALL_IMPORTS");
QString qtQmlPath = qtVersion->qmlPath().toString();
myReplacements.insert(QLatin1String("$(CURRENT_DIRECTORY)"), qtQmlPath);