forked from qt-creator/qt-creator
McuSupport: 3rd party packages creation tests
Change-Id: I0f9ed6c49b28007c617627525fc081ae9152e3f1 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Yasser Grimes
parent
a0af1fa927
commit
9b47b1575a
@@ -40,8 +40,7 @@ public:
|
||||
const QStringList &versions = {},
|
||||
const QString &downloadUrl = {},
|
||||
const McuPackageVersionDetector *versionDetector = nullptr,
|
||||
const bool addToPath = false,
|
||||
const Utils::FilePath &relativePathModifier = Utils::FilePath());
|
||||
const bool addToPath = false);
|
||||
|
||||
~McuPackage() override = default;
|
||||
|
||||
@@ -85,7 +84,6 @@ private:
|
||||
QScopedPointer<const McuPackageVersionDetector> m_versionDetector;
|
||||
|
||||
Utils::FilePath m_path;
|
||||
Utils::FilePath m_relativePathModifier; // relative path to m_path to be returned by path()
|
||||
QString m_detectedVersion;
|
||||
QStringList m_versions;
|
||||
const QString m_cmakeVariableName;
|
||||
|
||||
Reference in New Issue
Block a user