summaryrefslogtreecommitdiffstats
path: root/tools/linguist/linguist/linguist.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linguist/linguist/linguist.pro')
-rw-r--r--tools/linguist/linguist/linguist.pro14
1 files changed, 11 insertions, 3 deletions
diff --git a/tools/linguist/linguist/linguist.pro b/tools/linguist/linguist/linguist.pro
index da4d782..545d10f 100644
--- a/tools/linguist/linguist/linguist.pro
+++ b/tools/linguist/linguist/linguist.pro
@@ -47,15 +47,13 @@ mac {
PROJECTNAME = Qt Linguist
target.path=$$bins.path
-INSTALLS += target
linguisttranslations.files = *.qm
linguisttranslations.path = $$translations.path
-INSTALLS += linguisttranslations
phrasebooks.path=$$data.path/phrasebooks
phrasebooks.files = ../phrasebooks/*
-INSTALLS += phrasebooks
+
FORMS = about.ui \
statistics.ui
IMAGES = images/accelerator.png \
@@ -107,3 +105,13 @@ IMAGES = images/accelerator.png \
images/undo.png \
images/whatsthis.xpm
INCLUDEPATH += ../shared
+
+desktop.path = $$share.path/applications
+desktop.files = linguist-qt3.desktop
+
+system( cp images/appicon.png linguist-qt3.png )
+
+icon.path = $$share.path/pixmaps
+icon.files = linguist-qt3.png
+
+INSTALLS += target linguisttranslations phrasebooks desktop icon