[Lunar-commits] <moonbase> qt4: Removing the configure asking for qt3 support, if you
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Mon Mar 24 02:52:46 CET 2008
commit 2b4736037c25b193a60506b5db80648838c067c0
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sun Mar 23 21:52:46 2008 -0400
qt4: Removing the configure asking for qt3 support, if you
say no, then you will get this trying to lin kdelibs4;
CMake Error: This project requires some variables to be set,
and cmake can not find them.
Please set the following variables:
QT_QT3SUPPORT_LIBRARY (ADVANCED)
-- Configuring done
++ Mark Compile stop : "kdelibs4" "4.0.2" "Sun Mar 23 21:48:25 UTC 2008"
---
kde4/base/qt4/BUILD | 5 +----
kde4/base/qt4/CONFIGURE | 2 --
2 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/kde4/base/qt4/BUILD b/kde4/base/qt4/BUILD
index 386ed41..8656743 100644
--- a/kde4/base/qt4/BUILD
+++ b/kde4/base/qt4/BUILD
@@ -6,10 +6,7 @@
sedit "s/-O2/$CXXFLAGS/" mkspecs/linux-g++/qmake.conf &&
- case $QT3_SUPPORT in
- y|Y) OPTS="$OPTS -qt3support" ;;
- n|N) OPTS="$OPTS -no-qt3support" ;;
- esac &&
+ OPTS="$OPTS -qt3support"
echo "yes" | ./configure \
-prefix ${MODULE_PREFIX} \
diff --git a/kde4/base/qt4/CONFIGURE b/kde4/base/qt4/CONFIGURE
deleted file mode 100644
index 8246341..0000000
--- a/kde4/base/qt4/CONFIGURE
+++ /dev/null
@@ -1,2 +0,0 @@
-mquery QT3_SUPPORT "Compile Qt3 support library?" y
-
More information about the Lunar-commits
mailing list