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

SOURCES += \
    main.cpp \
    beziercurve.cpp

HEADERS += \
    beziercurve.h

OTHER_FILES += main.qml

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