windployqt: Fix cross-compilation.
authorFriedemann Kleint <Friedemann.Kleint@digia.com>
Fri, 9 May 2014 08:49:48 +0000 (10:49 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 9 May 2014 12:38:30 +0000 (14:38 +0200)
Fix signature of readPeExecutable().

Task-number: QTBUG-38160
Task-number: QTBUG-38886
Change-Id: I3ff88d502e0f9f7912b4c0741667a8f4ff71dbba
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
src/windeployqt/utils.cpp

index 8d92e62..9faa808 100644 (file)
@@ -872,7 +872,7 @@ QString findD3dCompiler(Platform platform, const QString &qtBinDir, unsigned wor
 #else // Q_OS_WIN
 
 bool readPeExecutable(const QString &, QString *errorMessage,
-                      QStringList *, unsigned *, bool *)
+                      QStringList *, unsigned *, bool *, bool)
 {
     *errorMessage = QStringLiteral("Not implemented.");
     return false;