diff options
author | Brian Nelson <pyro@debian.org> | 2005-11-18 09:40:50 +0000 |
---|---|---|
committer | Brian Nelson <pyro@debian.org> | 2005-11-18 09:40:50 +0000 |
commit | 4ad1698bcbc492495299e73b0f81cd5d6358bde9 (patch) | |
tree | 445952990ef4c7019a4b576a686110f32487c7ab /debian/qt4-designer.menu | |
parent | c21fffba3300f21ccaf17103e663179cbfc226ae (diff) | |
download | qt4-x11-4ad1698bcbc492495299e73b0f81cd5d6358bde9.tar.gz |
* Removed the menu entry for designer-qt4 from qt4-dev-tools.menu, and
added it to a new qt4-designer.menu
* Added a tarball of the examples to qt4-doc (Closes: #336832)
Diffstat (limited to 'debian/qt4-designer.menu')
-rw-r--r-- | debian/qt4-designer.menu | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/qt4-designer.menu b/debian/qt4-designer.menu new file mode 100644 index 0000000..b3f9c91 --- /dev/null +++ b/debian/qt4-designer.menu @@ -0,0 +1,6 @@ +?package(qt4-dev-tools):\ + needs="x11"\ + section="Apps/Programming"\ + hints="KDE"\ + title="Qt Designer"\ + command="/usr/bin/designer-qt4" |