[mingw-qt/f17] Add QMAKE_DLLTOOL to the mkspecs profiles

Erik van Pienbroek epienbro at fedoraproject.org
Sat May 19 23:02:41 UTC 2012


commit a2bded29fdd6ec417cfdcb67b27edaf0ee220512
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun May 20 01:02:29 2012 +0200

    Add QMAKE_DLLTOOL to the mkspecs profiles

 mingw-qt.spec    |    5 ++++-
 qmake.conf.win32 |    1 +
 qmake.conf.win64 |    1 +
 3 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/mingw-qt.spec b/mingw-qt.spec
index 2b72a3d..ec54c1f 100644
--- a/mingw-qt.spec
+++ b/mingw-qt.spec
@@ -14,7 +14,7 @@
 
 Name:           mingw-qt
 Version:        4.8.1
-Release:        4%{?pre}%{?dist}
+Release:        5%{?pre}%{?dist}
 Summary:        Qt for Windows
 
 License:        GPLv3 with exceptions or LGPLv2 with exceptions
@@ -1051,6 +1051,9 @@ sed -i s@'$${QT_LIBINFIX}d'@'d$${QT_LIBINFIX}'@ $RPM_BUILD_ROOT%{mingw64_datadir
 
 
 %changelog
+* Sat May 19 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.8.1-5
+- Add QMAKE_DLLTOOL to the mkspecs profiles
+
 * Thu May 17 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.8.1-4
 - Really fix the lrelease issue this time
 
diff --git a/qmake.conf.win32 b/qmake.conf.win32
index e83ad79..98c0e72 100644
--- a/qmake.conf.win32
+++ b/qmake.conf.win32
@@ -103,6 +103,7 @@ QMAKE_RCC		= i686-w64-mingw32-rcc
 QMAKE_IDL		= midl
 QMAKE_LIB		= i686-w64-mingw32-ar -ru
 QMAKE_RC		= i686-w64-mingw32-windres
+QMAKE_DLLTOOL		= i686-w64-mingw32-dlltool
 QMAKE_ZIP		= zip -r -9
 
 QMAKE_STRIP		= i686-w64-mingw32-strip
diff --git a/qmake.conf.win64 b/qmake.conf.win64
index c58d9ac..3528b0a 100644
--- a/qmake.conf.win64
+++ b/qmake.conf.win64
@@ -103,6 +103,7 @@ QMAKE_RCC		= x86_64-w64-mingw32-rcc
 QMAKE_IDL		= midl
 QMAKE_LIB		= x86_64-w64-mingw32-ar -ru
 QMAKE_RC		= x86_64-w64-mingw32-windres
+QMAKE_DLLTOOL		= x86_64-w64-mingw32-dlltool
 QMAKE_ZIP		= zip -r -9
 
 QMAKE_STRIP		= x86_64-w64-mingw32-strip


More information about the scm-commits mailing list