Fixes: Icons not installed

Task:     Found by Sebastian while adjusting Bitrock
RevBy:    Sebastian
AutoTest: None
Details:  -
This commit is contained in:
Daniel Molkentin
2009-01-23 14:00:41 +01:00
parent 735e609e00
commit 6d679fd6d9

View File

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