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
committerSlávek Banko <slavek.banko@axis.cz>2019-06-01 16:42:32 +0200
commit7c13f5df2fbd64512a99b66f633abb0fd7f87d35 (patch)
treed45c98a3ff18018103f9312949afdc27ec10f040 /tools/assistant/assistant.pro
parent09f45583d97c73e309a93447707b0acebfbddea8 (diff)
downloadqt3-7c13f5df2fbd64512a99b66f633abb0fd7f87d35.tar.gz
qt3-7c13f5df2fbd64512a99b66f633abb0fd7f87d35.zip
This fixes bug: 639
Add desktop files for: - assistant-qt3 - designer-qt3 - linguist-qt3 - qtconfig-qt3 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> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 1d8ba5c..85c5d37 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 = assistant-qt3.desktop
+
+system( cp images/appicon.png assistant-qt3.png )
+
+icon.path = $$share.path/pixmaps
+icon.files = assistant-qt3.png
+
+INSTALLS += target assistanttranslations desktop icon