From 95c596510278f979b0ff2d125d306fd3e306dc2f Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Sat, 10 Oct 2009 03:30:45 +0200 Subject: [PATCH] cleanup in the win32 patch of package qt --- src/qt-win32.patch | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/qt-win32.patch b/src/qt-win32.patch index eac9ac8a..b1774163 100644 --- a/src/qt-win32.patch +++ b/src/qt-win32.patch @@ -54,12 +54,16 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. fi case "$PLATFORM" in hpux*) -@@ -7594,7 +7600,7 @@ +@@ -7594,7 +7600,11 @@ [ "$IN_ROOT" = "no" ] && continue case $a in - *winmain/winmain.pro) continue ;; -+ *winmain/winmain.pro) [ "$XPLATFORM" != "win32-g++" ] && continue; SPEC=$XQMAKESPEC ;; ++ *winmain/winmain.pro) ++ case "$XPLATFORM" in ++ win32*) SPEC=$XQMAKESPEC ;; ++ *) continue ;; ++ esac ;; *s60main/s60main.pro) continue ;; */qmake/qmake.pro) continue ;; *tools/bootstrap*|*tools/moc*|*tools/rcc*|*tools/uic*) SPEC=$QMAKESPEC ;;