2010-11-11 16:49:17 +01:00
|
|
|
TEMPLATE = subdirs # XXX: Avoid call the linker
|
|
|
|
|
TARGETPATH = Qt/labs/components/custom
|
|
|
|
|
|
2012-08-22 13:27:25 +02:00
|
|
|
INSTALL_IMPORTS = $$[QT_INSTALL_IMPORTS]
|
2010-11-11 16:49:17 +01:00
|
|
|
|
|
|
|
|
QML_FILES = \
|
|
|
|
|
qmldir \
|
|
|
|
|
BasicButton.qml \
|
|
|
|
|
BusyIndicator.qml \
|
|
|
|
|
ButtonBlock.qml \
|
|
|
|
|
ButtonColumn.qml \
|
|
|
|
|
ButtonRow.qml \
|
|
|
|
|
ButtonGroup.js \
|
|
|
|
|
Button.qml \
|
|
|
|
|
CheckBox.qml \
|
|
|
|
|
ChoiceList.qml \
|
|
|
|
|
ProgressBar.qml \
|
|
|
|
|
RadioButton.qml \
|
|
|
|
|
ScrollDecorator.qml \
|
|
|
|
|
ScrollIndicator.qml \
|
|
|
|
|
Slider.qml \
|
|
|
|
|
SpinBox.qml \
|
|
|
|
|
Switch.qml \
|
|
|
|
|
TextArea.qml \
|
|
|
|
|
TextField.qml
|
|
|
|
|
|
|
|
|
|
QML_DIRS = \
|
|
|
|
|
behaviors \
|
|
|
|
|
private \
|
|
|
|
|
styles \
|
|
|
|
|
visuals
|
|
|
|
|
|
|
|
|
|
qmlfiles.files = $$QML_FILES
|
2012-07-02 16:31:45 +02:00
|
|
|
lessThan(QT_MAJOR_VERSION, 5):qmlfiles.sources = $$QML_FILES
|
2010-11-11 16:49:17 +01:00
|
|
|
qmlfiles.path = $$INSTALL_IMPORTS/$$TARGETPATH
|
|
|
|
|
|
|
|
|
|
qmldirs.files = $$QML_DIRS
|
2012-07-02 16:31:45 +02:00
|
|
|
lessThan(QT_MAJOR_VERSION, 5):qmldirs.sources = $$QML_DIRS
|
2010-11-11 16:49:17 +01:00
|
|
|
qmldirs.path = $$INSTALL_IMPORTS/$$TARGETPATH
|
|
|
|
|
|
|
|
|
|
INSTALLS += qmlfiles qmldirs
|