Qt4ProjectManager: Do not include windows.h in qtversionmanager.

Move 64bit-binary detection into Utils library.
This commit is contained in:
Friedemann Kleint
2010-11-03 09:05:14 +01:00
parent 36a10aa26f
commit 0aaeae97c6
3 changed files with 27 additions and 21 deletions

View File

@@ -58,5 +58,8 @@ QTCREATOR_UTILS_EXPORT unsigned long winQPidToPid(const Q_PID qpid);
QTCREATOR_UTILS_EXPORT bool winIs64BitSystem();
// Check for a 64bit binary.
QTCREATOR_UTILS_EXPORT bool winIs64BitBinary(const QString &binary);
} // namespace Utils
#endif // WINUTILS_H