summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2008-10-07 13:09:16 +0000
committerFathi Boudra <fabo@debian.org>2008-10-07 13:09:16 +0000
commite0254b8993bbeadf89bb83376aa8e7b91fa52b7f (patch)
treec74f6531a2d7dfd27adf84bd9154c84b2d8a66d7
parent770b609c55d19bd0d328f2e8be28dc1e59cdac96 (diff)
downloadqt4-x11-e0254b8993bbeadf89bb83376aa8e7b91fa52b7f.tar.gz
* Add Qt Eclipse Integration for C++.
-rw-r--r--debian/changelog10
-rwxr-xr-xdebian/rules2
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5561f70..46e9b96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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@lists.debian.org> Tue, 07 Oct 2008 14:58:01 +0200
+
qt4-x11 (4.4.3-1) unstable; urgency=low
* New upstream release:
diff --git a/debian/rules b/debian/rules
index ec264e9..7ab5e64 100755
--- a/debian/rules
+++ b/debian/rules
@@ -121,6 +121,8 @@ endif
-svg \
-webkit \
-xmlpatterns \
+ -qtnamespace QtCppIntegration \
+ -qtlibinfix CppIntegration \
$(EXTRA_CONFIGURE_OPTS)
clean::