From 8e55ee3f610315f8fc346020f40211e0030bcebd Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 9 Apr 2014 08:28:37 +0200 Subject: [PATCH] Fix compilation of windeployqt on platforms other than Windows. Task-number: QTBUG-38203 Change-Id: I0c099f5a6af15234bc21ec757f3e710de2841d20 Reviewed-by: Andrew Knight Reviewed-by: Oliver Wolff --- src/windeployqt/utils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/windeployqt/utils.cpp b/src/windeployqt/utils.cpp index fd8e980..f40c0d8 100644 --- a/src/windeployqt/utils.cpp +++ b/src/windeployqt/utils.cpp @@ -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(); } -- 2.7.4