File qt-4.7.4-qmake.patch of Package mingw32-libqt4
--- qmake/qmake.pri 2011-08-23 14:02:27.000000000 +0200
+++ qmake/qmake.pri 2011-09-13 13:08:30.717265343 +0200
@@ -135,7 +135,7 @@
SOURCES += qfsfileengine_win.cpp qfsfileengine_iterator_win.cpp qsettings_win.cpp \
qsystemlibrary.cpp
win32-msvc*:LIBS += ole32.lib advapi32.lib
- win32-g++*:LIBS += -lole32 -luuid -ladvapi32 -lkernel32
+ win32*-g++*:LIBS += -lole32 -luuid -ladvapi32 -lkernel32
}
qnx {