aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qtquick/draganddrop/draganddrop.pro
blob: f937039ca29827381b3ee66d244332036581fb89 (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/qtquick/draganddrop
qml.files = draganddrop.qml tiles views
qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/draganddrop
INSTALLS += target qml