forked from qt-creator/qt-creator
Fix capitalization problems with qmlviewer
qmlviewer is picky about file path capitalization, and will bail out with 'File name case mismatch' if e.g. the working directory is wrongly capitalized. Prevent this by computing the canonical path of the qml file + working directory in advance. Reviewed-by: Alessandro Portale Task-number: QTCREATORBUG-3417
This commit is contained in:
@@ -120,6 +120,8 @@ private:
|
||||
void ctor();
|
||||
static bool isValidVersion(Qt4ProjectManager::QtVersion *version);
|
||||
void setQtVersionId(int id);
|
||||
|
||||
static QString canonicalCapsPath(const QString &filePath);
|
||||
|
||||
Utils::Environment baseEnvironment() const;
|
||||
void setUserEnvironmentChanges(const QList<Utils::EnvironmentItem> &diff);
|
||||
|
||||
Reference in New Issue
Block a user