diff options
author | Brian Nelson <pyro@debian.org> | 2006-01-03 01:28:00 +0000 |
---|---|---|
committer | Brian Nelson <pyro@debian.org> | 2006-01-03 01:28:00 +0000 |
commit | 1633de5d12505e0a2160b65beb2e9a6f11ae99f9 (patch) | |
tree | 9c9551d9b7338fb2116005610012907f7ec78794 /debian/qt4-qtconfig.menu | |
parent | 6a6f31b0fa73165c6c4fa9ab71ac05e381a5a2d3 (diff) | |
download | qt4-x11-1633de5d12505e0a2160b65beb2e9a6f11ae99f9.tar.gz |
- Fixes missing QBitArray operators (Closes: #341658)
* Added the new QTestLib unit testing framework to the libqt4-core
package
* Added the new QtSvg module to the libqt4-gui package
* Split the qtconfig tool out of libqt4-gui and into a separate
qt4-qtconfig package, due to its linkage against libqt4-qt3support and
hence ridiculous dependency chain.
Diffstat (limited to 'debian/qt4-qtconfig.menu')
-rw-r--r-- | debian/qt4-qtconfig.menu | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/qt4-qtconfig.menu b/debian/qt4-qtconfig.menu new file mode 100644 index 0000000..4081078 --- /dev/null +++ b/debian/qt4-qtconfig.menu @@ -0,0 +1,7 @@ +?package(libqt4):\ + needs=x11\ + section="Apps/System"\ + title="QtConfig"\ + longtitle="Qt Configuration Utility"\ + hints="Qt4 config tool"\ + command=/usr/bin/qtconfig |