changeset 479:c272ba358d48

bugfix in the win32 patch of package qt
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 09 Oct 2009 17:15:00 +0200
parents fe5f19dafd09
children 50af63fde359
files src/qt-win32.patch
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt-win32.patch	Fri Oct 09 17:12:01 2009 +0200
+++ b/src/qt-win32.patch	Fri Oct 09 17:15:00 2009 +0200
@@ -54,15 +54,12 @@
          fi
          case "$PLATFORM" in
          hpux*)
-@@ -7594,7 +7600,10 @@
+@@ -7594,7 +7600,7 @@
          [ "$IN_ROOT" = "no" ] && continue
  
          case $a in
 -        *winmain/winmain.pro) continue ;;
-+        *winmain/winmain.pro)
-+            if [ "$XPLATFORM" != "win32-g++" ]; then
-+                continue
-+            fi ;;
++        *winmain/winmain.pro) [ "$XPLATFORM" != "win32-g++" ] && continue; SPEC=$XQMAKESPEC ;;
          *s60main/s60main.pro) continue ;;
          */qmake/qmake.pro) continue ;;
          *tools/bootstrap*|*tools/moc*|*tools/rcc*|*tools/uic*) SPEC=$QMAKESPEC ;;