diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-08 09:10:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-08 09:18:10 +0000 |
commit | 662136bbf7ec00a7cc1d83519f14c6646f915056 (patch) | |
tree | 4eecbee213398bfa69a57b9bd35ad51abecbffb4 /main/qt5-qttools/qdbusviewer-qt5.desktop | |
parent | cc8bca3ebc4dbcaf1cc12ee42069434d6a4852ba (diff) | |
download | aports-662136bbf7ec00a7cc1d83519f14c6646f915056.tar.bz2 aports-662136bbf7ec00a7cc1d83519f14c6646f915056.tar.xz |
main/qt5-qttools: add -qt5 suffix to exec files
to avoid collision with qt4
Diffstat (limited to 'main/qt5-qttools/qdbusviewer-qt5.desktop')
-rw-r--r-- | main/qt5-qttools/qdbusviewer-qt5.desktop | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/qt5-qttools/qdbusviewer-qt5.desktop b/main/qt5-qttools/qdbusviewer-qt5.desktop new file mode 100644 index 000000000..d6e0f0ae0 --- /dev/null +++ b/main/qt5-qttools/qdbusviewer-qt5.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Qt5 QDbusViewer +GenericName=D-Bus Debugger +Comment=Debug D-Bus applications +Exec=qdbusviewer-qt5 +Icon=qt5-qdbusviewer +Terminal=false +Type=Application +Categories=Qt;Development;Debugger; + |