Refactor canvas examples by following the new example guidelines.
[profile/ivi/qtdeclarative.git] / examples / quick / canvas / canvas.pro
1 TEMPLATE = app
2
3 QT += quick declarative
4 SOURCES += main.cpp
5
6 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/canvas
7 qml.files = canvas.qml  bezierCurve  clip quadraticCurveTo  roundedrect  smile  squircle  tiger
8 qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/canvas
9 INSTALLS += target qml