forked from qt-creator/qt-creator
This need a qbs build >= commit 5cdf94de to work properly. Change-Id: If86aedf9e3f9d01ad1202e03221e49698d517666 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
17 lines
270 B
QML
17 lines
270 B
QML
import qbs.base 1.0
|
|
|
|
Product {
|
|
name: "QtComponents"
|
|
|
|
Group {
|
|
qbs.install: true
|
|
qbs.installDir: "lib/qtcreator/qtcomponents/"
|
|
files: [
|
|
"*.qml",
|
|
"qmldir",
|
|
"custom",
|
|
"images"
|
|
]
|
|
}
|
|
}
|