diff options
author | Tobias Hunger <tobias.hunger@qt.io> | 2017-01-11 14:19:02 +0100 |
---|---|---|
committer | Tim Jenssen <tim.jenssen@qt.io> | 2017-01-16 10:49:16 +0000 |
commit | 6871f31b4ec6567a383ea152d887919bb0100563 (patch) | |
tree | 04a9d477328d2e52cc8db131f8c4b4f34159d201 /src/plugins/qtsupport/baseqtversion.h | |
parent | e4e65726614fa4e3ee02f25db755d959850441ea (diff) | |
download | qt-creator-6871f31b4ec6567a383ea152d887919bb0100563.tar.gz |
QtSupport: Pass kit to QmlDumpTool::pathAndEnvironment
Pass the complete kit to QmlDumpTool::pathAndEnvironment instead
of just the Qt Version. That removes the need to guess at the toolchain
used and makes sure we have a better environment set up.
This also removes the need for BaseQtVersion::qmlToolsEnvironment() which
played the toolchain guessing game.
Change-Id: I4f4b9bb14b3ceb3892652901b459b53fcc4cb1ac
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/plugins/qtsupport/baseqtversion.h')
-rw-r--r-- | src/plugins/qtsupport/baseqtversion.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qtsupport/baseqtversion.h b/src/plugins/qtsupport/baseqtversion.h index c50497601d..603d1f88d6 100644 --- a/src/plugins/qtsupport/baseqtversion.h +++ b/src/plugins/qtsupport/baseqtversion.h @@ -194,7 +194,6 @@ public: virtual bool hasQmlDump() const; virtual bool hasQmlDumpWithRelocatableFlag() const; virtual bool needsQmlDump() const; - Utils::Environment qmlToolsEnvironment() const; virtual QtConfigWidget *createConfigurationWidget() const; |