forked from qt-creator/qt-creator
Fix "File name case mismatch" error when debugging QML apps (Win)
Work around QTBUG-17529 by normalizing the capitalization of the working directory (which we do already for launching apps without debugging). Task-number: QTCREATORBUG-4592 Reviewed-by: Friedemann Kleint
This commit is contained in:
@@ -59,6 +59,9 @@ QTCREATOR_UTILS_EXPORT QString getShortPathName(const QString &name);
|
||||
// Returns long name
|
||||
QTCREATOR_UTILS_EXPORT QString getLongPathName(const QString &name);
|
||||
|
||||
// Returns long name with canonical capitalization.
|
||||
QTCREATOR_UTILS_EXPORT QString normalizePathName(const QString &name);
|
||||
|
||||
QTCREATOR_UTILS_EXPORT unsigned long winQPidToPid(const Q_PID qpid);
|
||||
|
||||
QTCREATOR_UTILS_EXPORT bool winIs64BitSystem();
|
||||
|
||||
Reference in New Issue
Block a user