aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/positioners/positioners.pro
blob: dddabfe19e0dd9a2a120c2ee15175fedba138a86 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/positioners
qml.files = positioners.qml positioners-transitions.qml positioners-attachedproperties.qml
qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/positioners
INSTALLS += target qml