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

Kok, Auke sofar at foo-projects.org
Tue Jun 12 17:31:39 CEST 2007


Jens Luedicke wrote:
> Author: perldude
> Date: 2007-06-12 17:13:21 +0200 (Tue, 12 Jun 2007)
> New Revision: 24814
> 
> Added:
>    moonbase/trunk/libs/qt4/CONFIGURE
> Modified:
>    moonbase/trunk/libs/qt4/BUILD
> Log:
> add Qt3 support configure option.
> 
> Modified: moonbase/trunk/libs/qt4/BUILD
> ===================================================================
> --- moonbase/trunk/libs/qt4/BUILD	2007-06-12 11:23:33 UTC (rev 24813)
> +++ moonbase/trunk/libs/qt4/BUILD	2007-06-12 15:13:21 UTC (rev 24814)
> @@ -5,6 +5,11 @@
>  
>    sedit "s/-O2/$CXXFLAGS/" mkspecs/linux-g++/qmake.conf  &&
>  
> +  case  $QT3_SUPPORT  in
> +    y|Y)  OPTS="$OPTS -qt3-support"  ;;
> +    n|N)  OPTS="$OPTS -no-qt3-support"  ;;
> +  esac &&
> +
>    echo "yes" | ./configure               \
>  	       -prefix ${MODULE_PREFIX}  \
>  	       -release         \
> 
> Added: moonbase/trunk/libs/qt4/CONFIGURE
> ===================================================================
> --- moonbase/trunk/libs/qt4/CONFIGURE	                        (rev 0)
> +++ moonbase/trunk/libs/qt4/CONFIGURE	2007-06-12 15:13:21 UTC (rev 24814)
> @@ -0,0 +1,2 @@
> +mquery QT3_SUPPORT "Compile Qt3 support library?" n

the following would have sufficed:

+mquery QT3_SUPPORT "Compile Qt3 support library?" n -qt3-support -no-qt3-support

;)

Auke


More information about the Lunar-dev mailing list