summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneformats/bezier/bezier.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/sceneformats/bezier/bezier.pro')
-rw-r--r--src/plugins/sceneformats/bezier/bezier.pro15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/plugins/sceneformats/bezier/bezier.pro b/src/plugins/sceneformats/bezier/bezier.pro
index 911dc60ef..870d6970c 100644
--- a/src/plugins/sceneformats/bezier/bezier.pro
+++ b/src/plugins/sceneformats/bezier/bezier.pro
@@ -1,13 +1,20 @@
TARGET = qscenebezier
+QT += 3d
+
+load(qt_plugin)
+
include(../../qpluginbase.pri)
HEADERS += qglbezierscene.h \
- qglbezierscenehandler.h
-SOURCES += main.cpp \
+ qglbezierscenehandler.h \
+ bezier_plugin.h
+SOURCES += \
qglbezierscene.cpp \
- qglbezierscenehandler.cpp
+ qglbezierscenehandler.cpp \
+ bezier_plugin.cpp
-QT += 3d
+OTHER_FILES += \
+ bezier_scene_plugin.json
DESTDIR = $$QT.3d.plugins/sceneformats
target.path = $$[QT_INSTALL_PLUGINS]/sceneformats