2012-07-30 09:09:23 +00:00
|
|
|
TARGET = customgeometry
|
|
|
|
QT += quick
|
|
|
|
|
2019-09-12 15:03:52 +00:00
|
|
|
CONFIG += qmltypes
|
|
|
|
QML_IMPORT_NAME = CustomGeometry
|
|
|
|
QML_IMPORT_MAJOR_VERSION = 1
|
|
|
|
|
2012-07-30 09:09:23 +00:00
|
|
|
SOURCES += \
|
|
|
|
main.cpp \
|
|
|
|
beziercurve.cpp
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
beziercurve.h
|
|
|
|
|
2012-12-11 13:17:34 +00:00
|
|
|
RESOURCES += customgeometry.qrc
|
2012-11-28 08:53:40 +00:00
|
|
|
|
2012-12-11 13:17:34 +00:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/customgeometry
|
|
|
|
INSTALLS += target
|