aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/customgeometry/customgeometry.pro
blob: d1271e16a5ac8f12e6cc6026201df8bfe2012900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = customgeometry
QT += quick

SOURCES += \
    main.cpp \
    beziercurve.cpp

HEADERS += \
    beziercurve.h

sources.files = $$SOURCES $$HEADERS customgeometry.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/scenegraph/customgeometry
target.path = $$sources.path
INSTALLS += sources target