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