aboutsummaryrefslogtreecommitdiff
path: root/libraries/qt5-legacy/desktop
diff options
context:
space:
mode:
authorDavid Woodfall <dave@dawoodfall.net>2018-08-25 00:37:02 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-09-23 06:11:02 +0700
commitfc730b801383c0943af4706fc1f9b83a7073e509 (patch)
treec5f2fb6130362184e0ff9f0223f88894e8beb111 /libraries/qt5-legacy/desktop
parent8a3430f7e7ae4b79cfde2366c227a6e66a1e38c6 (diff)
libraries/qt5-legacy: Added (a multi-platform C++ GUI toolkit).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/qt5-legacy/desktop')
-rw-r--r--libraries/qt5-legacy/desktop/assistant-qt5.desktop8
-rw-r--r--libraries/qt5-legacy/desktop/designer-qt5.desktop10
-rw-r--r--libraries/qt5-legacy/desktop/linguist-qt5.desktop9
-rw-r--r--libraries/qt5-legacy/desktop/qdbusviewer-qt5.desktop9
4 files changed, 36 insertions, 0 deletions
diff --git a/libraries/qt5-legacy/desktop/assistant-qt5.desktop b/libraries/qt5-legacy/desktop/assistant-qt5.desktop
new file mode 100644
index 000000000000..86f5701e3482
--- /dev/null
+++ b/libraries/qt5-legacy/desktop/assistant-qt5.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Qt5 Assistant
+Comment=Shows Qt5 documentation and examples
+Exec=/usr/lib@LIBDIR@/qt5/bin/assistant
+Icon=assistant-qt5
+Terminal=false
+Type=Application
+Categories=Qt;Development;Documentation;
diff --git a/libraries/qt5-legacy/desktop/designer-qt5.desktop b/libraries/qt5-legacy/desktop/designer-qt5.desktop
new file mode 100644
index 000000000000..16b91b8cb0b0
--- /dev/null
+++ b/libraries/qt5-legacy/desktop/designer-qt5.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Qt5 Designer
+GenericName=Interface Designer
+Comment=Design GUIs for Qt5 applications
+Exec=/usr/lib@LIBDIR@/qt5/bin/designer
+Icon=designer-qt5
+MimeType=application/x-designer;
+Terminal=false
+Type=Application
+Categories=Qt;Development;
diff --git a/libraries/qt5-legacy/desktop/linguist-qt5.desktop b/libraries/qt5-legacy/desktop/linguist-qt5.desktop
new file mode 100644
index 000000000000..9ef2f0fbcb4d
--- /dev/null
+++ b/libraries/qt5-legacy/desktop/linguist-qt5.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Qt5 Linguist
+Comment=Add translations to Qt5 applications
+Exec=/usr/lib@LIBDIR@/qt5/bin/linguist
+Icon=linguist-qt5
+MimeType=text/vnd.trolltech.linguist;application/x-linguist;
+Terminal=false
+Type=Application
+Categories=Qt;Development;
diff --git a/libraries/qt5-legacy/desktop/qdbusviewer-qt5.desktop b/libraries/qt5-legacy/desktop/qdbusviewer-qt5.desktop
new file mode 100644
index 000000000000..46947f092d33
--- /dev/null
+++ b/libraries/qt5-legacy/desktop/qdbusviewer-qt5.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Qt5 QDbusViewer
+GenericName=Qt5 D-Bus Debugger
+Comment=Debug D-Bus applications
+Exec=/usr/lib@LIBDIR@/qt5/bin/qdbusviewer
+Icon=qdbusviewer-qt5
+Terminal=false
+Type=Application
+Categories=Qt;Development;Debugger;