aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/canvas/canvas.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/canvas/canvas.pro')
-rw-r--r--examples/quick/canvas/canvas.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/quick/canvas/canvas.pro b/examples/quick/canvas/canvas.pro
new file mode 100644
index 0000000000..5ae914a062
--- /dev/null
+++ b/examples/quick/canvas/canvas.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += quick declarative
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/canvas
+qml.files = canvas.qml bezierCurve clip quadraticCurveTo roundedrect smile squircle tiger
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/canvas
+INSTALLS += target qml \ No newline at end of file