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

QT += quick qml
SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/positioners
qml.files = positioners.qml positioners-transitions.qml positioners-attachedproperties.qml
qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/positioners
sources.files = $$SOURCES positioners.pro
sources.path = $$qml.path
INSTALLS += sources target qml