diff options
author | Robert Loehning <robert.loehning@qt.io> | 2018-09-05 22:49:35 +0200 |
---|---|---|
committer | Robert Loehning <robert.loehning@qt.io> | 2018-09-07 14:02:23 +0000 |
commit | 747d1ef9f114653085dcecefd7b71407390074ec (patch) | |
tree | 609d14d1c93464359774f58342fbb3cbbf2489af /src/plugins/qmljstools/qmljsbundleprovider.cpp | |
parent | eccc24e5c9e089fe88b49e36afecfb4adce0ac5e (diff) | |
download | qt-creator-747d1ef9f114653085dcecefd7b71407390074ec.tar.gz |
Remove unused variables
Change-Id: I8b49a2eea7509abb685d751a0f038dc3b4f555ca
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/plugins/qmljstools/qmljsbundleprovider.cpp')
-rw-r--r-- | src/plugins/qmljstools/qmljsbundleprovider.cpp | 1 |
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); |