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

Fathi Boudra fabo at alioth.debian.org
Tue Oct 7 13:09:17 UTC 2008


Author: fabo
Date: 2008-10-07 13:09:16 +0000 (Tue, 07 Oct 2008)
New Revision: 12351

Modified:
   trunk/packages/qt4-x11/debian/changelog
   trunk/packages/qt4-x11/debian/rules
Log:
* Add Qt Eclipse Integration for C++.

Modified: trunk/packages/qt4-x11/debian/changelog
===================================================================
--- trunk/packages/qt4-x11/debian/changelog	2008-10-07 12:56:26 UTC (rev 12350)
+++ trunk/packages/qt4-x11/debian/changelog	2008-10-07 13:09:16 UTC (rev 12351)
@@ -1,3 +1,13 @@
+qt4-x11 (4.4.3-2) UNRELEASED; urgency=low
+
+  +++ Changes by Fathi Boudra:
+
+  * Add Qt Eclipse Integration for C++. Configure Qt with
+    '-qtnamespace QtCppIntegration -qtlibinfix CppIntegration'
+    to create custom designer plugins.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 07 Oct 2008 14:58:01 +0200
+
 qt4-x11 (4.4.3-1) unstable; urgency=low
 
   * New upstream release:

Modified: trunk/packages/qt4-x11/debian/rules
===================================================================
--- trunk/packages/qt4-x11/debian/rules	2008-10-07 12:56:26 UTC (rev 12350)
+++ trunk/packages/qt4-x11/debian/rules	2008-10-07 13:09:16 UTC (rev 12351)
@@ -121,6 +121,8 @@
 	            -svg \
 	            -webkit \
 	            -xmlpatterns \
+	            -qtnamespace QtCppIntegration \
+	            -qtlibinfix CppIntegration \
 	            $(EXTRA_CONFIGURE_OPTS)
 
 clean::




More information about the pkg-kde-commits mailing list