diff options
Diffstat (limited to 'tools/assistant/assistant.pro')
-rw-r--r-- | tools/assistant/assistant.pro | 12 |
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 |