summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2011-06-21 10:51:16 +0300
committerFathi Boudra <fabo@debian.org>2011-06-21 10:51:16 +0300
commitff3d53959e4bebd9711f9d826761297718b00d36 (patch)
tree71752cf09701e84381d5a48218b5cfd452067165
parent245851b311882c4202dbb3c941fb42958f9ea97f (diff)
downloadqt4-x11-ff3d53959e4bebd9711f9d826761297718b00d36.tar.gz
Add libqt4-dev-private package: ship Qt private headers to build Qt Creator
QML Designer plugin.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control13
-rw-r--r--debian/libqt4-private-dev.install8
3 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4b4b60f..8c8c977 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ qt4-x11 (4:4.7.3-3) UNRELEASED; urgency=low
* Split Qt debug package a bit more: introduce libqt4-designer-dbg,
libqt4-qt3support-dbg and libqt4-script-dbg packages.
+ * Add libqt4-dev-private package: ship Qt private headers to build Qt Creator
+ QML Designer plugin.
* Add missing epoch for qt4-linguist-tools Breaks/Replaces. (Closes: #630917)
-- Fathi Boudra <fabo@debian.org> Mon, 20 Jun 2011 15:29:58 +0300
diff --git a/debian/control b/debian/control
index 133341c..adbd37a 100644
--- a/debian/control
+++ b/debian/control
@@ -475,6 +475,19 @@ Description: Qt 4 development files
This package contains the header development files and development programs
used for building Qt 4 applications.
+Package: libqt4-private-dev
+Architecture: any
+Section: libdevel
+Depends: libqt4-dev (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Description: Qt 4 private development files
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package contains the private header development files for building some
+ Qt 4 applications like Qt Creator QML Designer plugin.
+ .
+ Use at your own risk.
+
Package: libqt4-opengl-dev
Architecture: any
Section: libdevel
diff --git a/debian/libqt4-private-dev.install b/debian/libqt4-private-dev.install
new file mode 100644
index 0000000..edfefa3
--- /dev/null
+++ b/debian/libqt4-private-dev.install
@@ -0,0 +1,8 @@
+usr/include/qt4/QtCore/private/
+usr/include/qt4/QtDeclarative/private/
+usr/include/qt4/QtGui/private/
+usr/include/qt4/QtScript/private/
+usr/include/src/corelib/
+usr/include/src/declarative/
+usr/include/src/gui/
+usr/include/src/script/