aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/wavefrontmesh/wavefrontmesh.pro
blob: f6d93b867d47926cc4d748135313cbe35e3af2e3 (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
IMPORT_VERSION = 1.15

QT = core-private qml-private quick-private

SOURCES += \
    plugin.cpp \
    qwavefrontmesh.cpp

HEADERS += \
    qwavefrontmesh.h

CONFIG += qmltypes install_qmltypes
load(qml_plugin)