forked from qt-creator/qt-creator
qbs files: Install logo images
Change-Id: I3297dc4ec8ad5c1f9c88767a7189ca5730bf80f5 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
committed by
Joerg Bornemann
parent
98cdfc30cd
commit
a1228e2ffd
55
src/plugins/coreplugin/images/logo/logo.qbs
Normal file
55
src/plugins/coreplugin/images/logo/logo.qbs
Normal file
@@ -0,0 +1,55 @@
|
||||
import qbs.base 1.0
|
||||
|
||||
Product {
|
||||
condition: qbs.targetOS == "linux"
|
||||
type: ["installed_content"]
|
||||
name: "LogoImages"
|
||||
|
||||
Group {
|
||||
qbs.installDir: "share/icons/hicolor/16x16/apps"
|
||||
fileTags: ["install"]
|
||||
files: ["16/qtcreator.png"]
|
||||
}
|
||||
|
||||
Group {
|
||||
qbs.installDir: "share/icons/hicolor/24x24/apps"
|
||||
fileTags: ["install"]
|
||||
files: ["24/qtcreator.png"]
|
||||
}
|
||||
|
||||
Group {
|
||||
qbs.installDir: "share/icons/hicolor/32x32/apps"
|
||||
fileTags: ["install"]
|
||||
files: ["32/qtcreator.png"]
|
||||
}
|
||||
|
||||
Group {
|
||||
qbs.installDir: "share/icons/hicolor/48x48/apps"
|
||||
fileTags: ["install"]
|
||||
files: ["48/qtcreator.png"]
|
||||
}
|
||||
|
||||
Group {
|
||||
qbs.installDir: "share/icons/hicolor/64x64/apps"
|
||||
fileTags: ["install"]
|
||||
files: ["64/qtcreator.png"]
|
||||
}
|
||||
|
||||
Group {
|
||||
qbs.installDir: "share/icons/hicolor/128x128/apps"
|
||||
fileTags: ["install"]
|
||||
files: ["128/qtcreator.png"]
|
||||
}
|
||||
|
||||
Group {
|
||||
qbs.installDir: "share/icons/hicolor/256x256/apps"
|
||||
fileTags: ["install"]
|
||||
files: ["256/qtcreator.png"]
|
||||
}
|
||||
|
||||
Group {
|
||||
qbs.installDir: "share/icons/hicolor/512x512/apps"
|
||||
fileTags: ["install"]
|
||||
files: ["512/qtcreator.png"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user