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