[Lunar-commits] r25113 - moonbase/trunk/libs/qt4

Auke Kok sofar at lunar-linux.org
Fri Jul 6 23:55:25 CEST 2007


Author: sofar
Date: 2007-07-06 23:55:25 +0200 (Fri, 06 Jul 2007)
New Revision: 25113

Modified:
   moonbase/trunk/libs/qt4/BUILD
Log:
4.3.0 changed the config option to enable qt3 support. (They removed the - from the option)



From:  zmcgrew at gmail.com


Modified: moonbase/trunk/libs/qt4/BUILD
===================================================================
--- moonbase/trunk/libs/qt4/BUILD	2007-07-06 21:55:16 UTC (rev 25112)
+++ moonbase/trunk/libs/qt4/BUILD	2007-07-06 21:55:25 UTC (rev 25113)
@@ -6,7 +6,7 @@
   sedit "s/-O2/$CXXFLAGS/" mkspecs/linux-g++/qmake.conf  &&
 
   case  $QT3_SUPPORT  in
-    y|Y)  OPTS="$OPTS -qt3-support"  ;;
+    y|Y)  OPTS="$OPTS -qt3support"  ;;
     n|N)  OPTS="$OPTS -no-qt3-support"  ;;
   esac &&
 



More information about the Lunar-commits mailing list