summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/scene3d/importsscene3d.pro
blob: a2ccf25af38925a3685eb46d5889b9b70576c781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CXX_MODULE = qml
TARGET = qtquickscene3dplugin
TARGETPATH = QtQuick/Scene3D

QT += qml quick 3dcore 3drenderer 3dinput

HEADERS += \
    qtquickscene3dplugin.h \
    scene3dlogging_p.h \
    scene3ditem_p.h

SOURCES += \
    qtquickscene3dplugin.cpp \
    scene3ditem.cpp \
    scene3dlogging.cpp

OTHER_FILES += qmldir

load(qml_plugin)