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.pro21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/plugins/sceneformats/bezier/bezier.pro b/src/plugins/sceneformats/bezier/bezier.pro
deleted file mode 100644
index 870d6970c..000000000
--- a/src/plugins/sceneformats/bezier/bezier.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-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