forked from qt-creator/qt-creator
50 lines
1.0 KiB
Prolog
50 lines
1.0 KiB
Prolog
![]() |
TEMPLATE = subdirs # XXX: Avoid call the linker
|
||
|
TARGETPATH = Qt/labs/components/custom
|
||
|
|
||
|
symbian {
|
||
|
INSTALL_IMPORTS = /resource/qt/imports
|
||
|
} else {
|
||
|
INSTALL_IMPORTS = $$[QT_INSTALL_IMPORTS]
|
||
|
}
|
||
|
|
||
|
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
|
||
|
qmlfiles.sources = $$QML_FILES
|
||
|
qmlfiles.path = $$INSTALL_IMPORTS/$$TARGETPATH
|
||
|
|
||
|
qmldirs.files = $$QML_DIRS
|
||
|
qmldirs.sources = $$QML_DIRS
|
||
|
qmldirs.path = $$INSTALL_IMPORTS/$$TARGETPATH
|
||
|
|
||
|
INSTALLS += qmlfiles qmldirs
|
||
|
|
||
|
symbian {
|
||
|
DEPLOYMENT += qmlfiles qmldirs
|
||
|
}
|