aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/canvas/canvas.pro
blob: 9f024237a27cd5643b170e22feb3ad3e4b793869 (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/canvas
qml.files = canvas.qml bezierCurve clip quadraticCurveTo roundedrect smile squircle tiger contents
qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/canvas
sources.files = $$SOURCES canvas.pro
sources.path = $$qml.path
INSTALLS += sources target qml