Utils: Compile winutils on all platform

... and simplify "user" code.

Change-Id: I2dfa402f25ab83f1ab80adc0ac508e8383c69641
Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
hjk
2014-02-19 15:35:58 +01:00
committed by David Schulz
parent c2015ea3dc
commit 97d98c96e5
14 changed files with 36 additions and 63 deletions

View File

@@ -32,12 +32,6 @@
#include "utils_global.h"
#include <QProcess> // Q_PID (is PROCESS_INFORMATION*)
QT_BEGIN_NAMESPACE
class QString;
QT_END_NAMESPACE
namespace Utils {
// Helper to format a Windows error message, taking the
@@ -50,10 +44,10 @@ QTCREATOR_UTILS_EXPORT QString winGetDLLVersion(WinDLLVersionType t,
const QString &name,
QString *errorMessage);
QTCREATOR_UTILS_EXPORT bool winIs64BitSystem();
QTCREATOR_UTILS_EXPORT bool is64BitWindowsSystem();
// Check for a 64bit binary.
QTCREATOR_UTILS_EXPORT bool winIs64BitBinary(const QString &binary);
QTCREATOR_UTILS_EXPORT bool is64BitWindowsBinary(const QString &binary);
} // namespace Utils