aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/mousearea/mousearea.pro
blob: c26d287cf702d3203c93cf1672373238b5811114 (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/quick/mousearea
qml.files = mousearea.qml
qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/mousearea
INSTALLS += target qml