OSDN Git Service

Fixes: Icons not installed
authorDaniel Molkentin <daniel.molkentin@nokia.com>
Fri, 23 Jan 2009 13:00:41 +0000 (14:00 +0100)
committerDaniel Molkentin <daniel.molkentin@nokia.com>
Fri, 23 Jan 2009 13:01:46 +0000 (14:01 +0100)
Task:     Found by Sebastian while adjusting Bitrock
RevBy:    Sebastian
AutoTest: None
Details:  -

src/plugins/coreplugin/coreplugin.pro

index 7ba648c..36f170f 100644 (file)
@@ -167,3 +167,10 @@ RESOURCES += core.qrc \
 contains(QT_CONFIG, webkit) {
     QT += webkit
 }
+
+linux-* {
+    images.files = images/qtcreator_logo_*.png
+    images.path  = /share/pixmaps
+
+    INSTALLS += images
+}