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

SOURCES += \
    main.cpp \
    beziercurve.cpp

HEADERS += \
    beziercurve.h

target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/customgeometry
qml.files = main.qml
qml.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/customgeometry

INSTALLS += target qml