Files
qt-creator/lib/qtcreator/qtcomponents/qtcomponents.qbs
Christian Kandeler 0cf4f0885b Adapt qbs project files to new installation approach.
This need a qbs build >= commit 5cdf94de to work properly.

Change-Id: If86aedf9e3f9d01ad1202e03221e49698d517666
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
2013-01-24 13:02:32 +01:00

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"
]
}
}