aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/wavefrontmesh/wavefrontmesh.pro
blob: 85bd500089341c8e210b695706a178db45ac52f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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

load(qml_plugin)