summaryrefslogtreecommitdiffstats
path: root/tools/designer/designer/designer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/designer/designer.pro')
-rw-r--r--tools/designer/designer/designer.pro13
1 files changed, 10 insertions, 3 deletions
diff --git a/tools/designer/designer/designer.pro b/tools/designer/designer/designer.pro
index 91de514..9fe421c 100644
--- a/tools/designer/designer/designer.pro
+++ b/tools/designer/designer/designer.pro
@@ -429,14 +429,21 @@ hpux-acc* {
TRANSLATIONS = designer_de.ts designer_fr.ts
target.path=$$libs.path
-INSTALLS += target
templates.path=$$data.path/templates
templates.files = ../templates/*
-INSTALLS += templates
designertranlations.files = *.qm
designertranlations.path = $$translations.path
-INSTALLS += designertranlations
!macx-g++:PRECOMPILED_HEADER = designer_pch.h
+
+desktop.path = $$share.path/applications
+desktop.files = designer-qt3.desktop
+
+system( cp images/designer_appicon.png designer-qt3.png )
+
+icon.path = $$share.path/pixmaps
+icon.files = designer-qt3.png
+
+INSTALLS += target templates designertranlations desktop icon