aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/wavefrontmesh/wavefrontmesh.pro
blob: 4aa06b97bf50a3e0e61b8d8955439f1359f84c93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CXX_MODULE = qml
TARGET  = qmlwavefrontmeshplugin
TARGETPATH = Qt/labs/wavefrontmesh
QML_IMPORT_VERSION = $$QT_VERSION

QT = core-private qml-private quick-private

SOURCES += \
    plugin.cpp \
    qwavefrontmesh.cpp

HEADERS += \
    qwavefrontmesh.h

CONFIG += qmltypes install_qmltypes
load(qml_plugin)