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

QT += quick qml
SOURCES += main.cpp
RESOURCES += \
    positioners.qrc \
    ../shared/shared.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quick/positioners
INSTALLS += target