Fix compilation of windeployqt on platforms other than Windows.
authorFriedemann Kleint <Friedemann.Kleint@digia.com>
Wed, 9 Apr 2014 06:28:37 +0000 (08:28 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 9 Apr 2014 07:03:11 +0000 (09:03 +0200)
Task-number: QTBUG-38203
Change-Id: I0c099f5a6af15234bc21ec757f3e710de2841d20
Reviewed-by: Andrew Knight <andrew.knight@digia.com>
Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
src/windeployqt/utils.cpp

index fd8e980..f40c0d8 100644 (file)
@@ -1,6 +1,6 @@
 /****************************************************************************
 **
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
 ** Contact: http://www.qt-project.org/legal
 **
 ** This file is part of the tools applications of the Qt Toolkit.
@@ -862,7 +862,7 @@ bool readPeExecutable(const QString &, QString *errorMessage,
     return false;
 }
 
-QString findD3dCompiler(Platform, unsigned)
+QString findD3dCompiler(Platform, const QString &, unsigned)
 {
     return QString();
 }