blob: 84968b8b28e2176a0c78bbe0666363b6e3f6a21e [file] [log] [blame]
CXX_MODULE = qml
TARGET = qtquick3dhelpersplugin
TARGETPATH = QtQuick3D/Helpers
QT += quick qml quick3d-private
IMPORT_VERSION = 1.$$QT_MINOR_VERSION
QML_FILES = \
AxisHelper.qml \
DebugView.qml \
WasdController.qml
MESH_FILES = \
meshes/axisGrid.mesh
QML_FILES += $$MESH_FILES
OTHER_FILES += $$QML_FILES
HEADERS += \
pointerplane.h
SOURCES += \
plugin.cpp \
gridgeometry.cpp \
pointerplane.cpp
DESTFILES += qmldir
load(qml_plugin)
HEADERS += \
gridgeometry_p.h