rev 12820 - trunk/packages/qt4-x11/debian

Fathi Boudra fabo at alioth.debian.org
Wed Dec 3 08:59:52 UTC 2008


Author: fabo
Date: 2008-12-03 08:59:52 +0000 (Wed, 03 Dec 2008)
New Revision: 12820

Modified:
   trunk/packages/qt4-x11/debian/rules
Log:
Preferred method to deal with broken new feature.


Modified: trunk/packages/qt4-x11/debian/rules
===================================================================
--- trunk/packages/qt4-x11/debian/rules	2008-12-02 23:55:46 UTC (rev 12819)
+++ trunk/packages/qt4-x11/debian/rules	2008-12-03 08:59:52 UTC (rev 12820)
@@ -37,6 +37,10 @@
 
 DEB_INSTALL_DOCS_ALL := GPL_EXCEPTION_ADDENDUM.TXT
 
+# Disable Qt Eclipse Integration for C++.
+# TODO: Fix it as it breaks current code.
+#EXTRA_CONFIGURE_OPTS += -qtnamespace QtCppIntegration -qtlibinfix CppIntegration
+
 ibase_architectures := i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(ibase_architectures)))
 	EXTRA_CONFIGURE_OPTS += -plugin-sql-ibase




More information about the pkg-kde-commits mailing list