forked from qt-creator/qt-creator
QmlProject: Fix compilation on cygwin
Move use of windows API to winutils.
This commit is contained in:
@@ -58,6 +58,10 @@ QTCREATOR_UTILS_EXPORT QString winGetDLLVersion(WinDLLVersionType t,
|
||||
QTCREATOR_UTILS_EXPORT QString getShortPathName(const QString &name,
|
||||
QString *errorMessage);
|
||||
|
||||
// Returns long name
|
||||
QTCREATOR_UTILS_EXPORT QString getLongPathName(const QString &name,
|
||||
QString *errorMessage);
|
||||
|
||||
QTCREATOR_UTILS_EXPORT unsigned long winQPidToPid(const Q_PID qpid);
|
||||
|
||||
QTCREATOR_UTILS_EXPORT bool winIs64BitSystem();
|
||||
@@ -65,5 +69,7 @@ QTCREATOR_UTILS_EXPORT bool winIs64BitSystem();
|
||||
// Check for a 64bit binary.
|
||||
QTCREATOR_UTILS_EXPORT bool winIs64BitBinary(const QString &binary);
|
||||
|
||||
|
||||
|
||||
} // namespace Utils
|
||||
#endif // WINUTILS_H
|
||||
|
||||
Reference in New Issue
Block a user