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.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/canvas/canvas.pro b/examples/quick/canvas/canvas.pro
index 92b5b4b08e..fe7ce9a37a 100644
--- a/examples/quick/canvas/canvas.pro
+++ b/examples/quick/canvas/canvas.pro
@@ -3,7 +3,7 @@ TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
-target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/canvas
+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]/qtdeclarative/quick/canvas
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/canvas
INSTALLS += target qml \ No newline at end of file