blob: 17c30fc560b0e529d21121a606c5d61ea3310021 [file] [log] [blame]
TARGET = customgeometry
QT += quick
SOURCES += \
main.cpp \
beziercurve.cpp
HEADERS += \
beziercurve.h
RESOURCES += customgeometry.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/customgeometry
INSTALLS += target