summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneformats/bezier/bezier.pro
blob: 870d6970cf42c5af0228b479f6e8c3fcd26df6e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TARGET  = qscenebezier
QT += 3d

load(qt_plugin)

include(../../qpluginbase.pri)

HEADERS += qglbezierscene.h \
           qglbezierscenehandler.h \
           bezier_plugin.h
SOURCES += \
           qglbezierscene.cpp \
           qglbezierscenehandler.cpp \
           bezier_plugin.cpp

OTHER_FILES += \
            bezier_scene_plugin.json

DESTDIR = $$QT.3d.plugins/sceneformats
target.path = $$[QT_INSTALL_PLUGINS]/sceneformats
INSTALLS += target