blob: 0b284107506cffa71a3712329e2c569c889fa40c [file] [log] [blame]
CXX_MODULE = qml
TARGET = qmlwavefrontmeshplugin
TARGETPATH = Qt/labs/wavefrontmesh
IMPORT_VERSION = 1.$$QT_MINOR_VERSION
QT = core-private qml-private quick-private
SOURCES += \
plugin.cpp \
qwavefrontmesh.cpp
HEADERS += \
qwavefrontmesh.h
CONFIG += qmltypes install_qmltypes
load(qml_plugin)