Skip to content
Snippets Groups Projects
Commit 6d679fd6 authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

Fixes: Icons not installed

Task:     Found by Sebastian while adjusting Bitrock
RevBy:    Sebastian
AutoTest: None
Details:  -
parent 735e609e
No related branches found
No related tags found
No related merge requests found
...@@ -167,3 +167,10 @@ RESOURCES += core.qrc \ ...@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment