summaryrefslogtreecommitdiff
path: root/src/plugins/qmljstools
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2018-09-05 22:49:35 +0200
committerRobert Loehning <robert.loehning@qt.io>2018-09-07 14:02:23 +0000
commit747d1ef9f114653085dcecefd7b71407390074ec (patch)
tree609d14d1c93464359774f58342fbb3cbbf2489af /src/plugins/qmljstools
parenteccc24e5c9e089fe88b49e36afecfb4adce0ac5e (diff)
downloadqt-creator-747d1ef9f114653085dcecefd7b71407390074ec.tar.gz
Remove unused variables
Change-Id: I8b49a2eea7509abb685d751a0f038dc3b4f555ca Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/plugins/qmljstools')
-rw-r--r--src/plugins/qmljstools/qmljsbundleprovider.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmljstools/qmljsbundleprovider.cpp b/src/plugins/qmljstools/qmljsbundleprovider.cpp
index b1058176af..7fb0a03a26 100644
--- a/src/plugins/qmljstools/qmljsbundleprovider.cpp
+++ b/src/plugins/qmljstools/qmljsbundleprovider.cpp
@@ -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);