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

QT += quick declarative
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