changeset 482:d2e34271758b

cleanup in the win32 patch of package qt
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 10 Oct 2009 03:30:45 +0200
parents 3d4730e4d8a1
children fd71d3c6e621
files src/qt-win32.patch
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt-win32.patch	Fri Oct 09 20:50:39 2009 +0200
+++ b/src/qt-win32.patch	Sat Oct 10 03:30:45 2009 +0200
@@ -54,12 +54,16 @@
          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 ;;