forked from qt-creator/qt-creator
Qml: fix Boot2Qt deployment from Windows host
- fix QmlBuildSystem::target*() to resolve maybe device files - Cache lookup of qml path on device Task-number: QDS-9994 Change-Id: I5675368368f2d1cc513feb98fdcdd75fda1a764a Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -89,9 +89,6 @@ public:
|
||||
bool addFiles(const QStringList &filePaths);
|
||||
void refreshProjectFile();
|
||||
|
||||
static Utils::FilePath activeMainFilePath();
|
||||
static QStringList makeAbsolute(const Utils::FilePath &path, const QStringList &relativePaths);
|
||||
|
||||
void refreshFiles(const QSet<QString> &added, const QSet<QString> &removed);
|
||||
|
||||
bool blockFilesUpdate() const;
|
||||
|
||||
Reference in New Issue
Block a user