summaryrefslogtreecommitdiffstats
path: root/tools/assistant/assistant.pro
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-05-29 14:25:32 +0200
committergregory guy <g-gregory@gmx.fr>2019-06-01 13:48:12 +0200
commit6131b4262eeb4093cc5c44ddee97b3da75c5f523 (patch)
treec36975d5d110ca73c46d0b82caab98d108bc6e7d /tools/assistant/assistant.pro
parentfd634b0c147bef3af1fa68454e4d8a9cda4f9243 (diff)
downloadtqt3-6131b4262eeb4093cc5c44ddee97b3da75c5f523.tar.gz
tqt3-6131b4262eeb4093cc5c44ddee97b3da75c5f523.zip
This fixes bug: 639
Add desktop files for: - tqassistant - tqdesigner - tqlinguist - tqtconfig These files have been made with the contribution of Laurent Dard's patch (see bugzilla:639) with little change/addition from I. Add 'sysshare' option to the configure script. Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'tools/assistant/assistant.pro')
-rw-r--r--tools/assistant/assistant.pro12
1 files changed, 10 insertions, 2 deletions
diff --git a/tools/assistant/assistant.pro b/tools/assistant/assistant.pro
index 4575cae38..ec45b96ae 100644
--- a/tools/assistant/assistant.pro
+++ b/tools/assistant/assistant.pro
@@ -34,11 +34,9 @@ win32:RC_FILE = assistant.rc
mac:RC_FILE = assistant.icns
target.path = $$bins.path
-INSTALLS += target
assistanttranslations.files = *.qm
assistanttranslations.path = $$translations.path
-INSTALLS += assistanttranslations
TRANSLATIONS = assistant_de.ts \
assistant_fr.ts
@@ -70,3 +68,13 @@ IMAGES = images/editcopy.png \
images/addtab.png \
images/closetab.png \
images/d_closetab.png
+
+desktop.path = $$share.path/applications
+desktop.files = tqassistant.desktop
+
+system( cp images/appicon.png tqassistant.png )
+
+icon.path = $$share.path/pixmaps
+icon.files = tqassistant.png
+
+INSTALLS += target assistanttranslations desktop icon