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

QT += quick qml
SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/mousearea
qml.files = mousearea.qml
qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/mousearea
INSTALLS += target qml