summaryrefslogtreecommitdiffstats
path: root/src/plugins/geometryloaders/gltf/gltf.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geometryloaders/gltf/gltf.pro')
-rw-r--r--src/plugins/geometryloaders/gltf/gltf.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/plugins/geometryloaders/gltf/gltf.pro b/src/plugins/geometryloaders/gltf/gltf.pro
deleted file mode 100644
index 815226b4e..000000000
--- a/src/plugins/geometryloaders/gltf/gltf.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-TARGET = gltfgeometryloader
-QT += core-private 3dcore 3dcore-private 3drender 3drender-private
-
-HEADERS += \
- gltfgeometryloader.h \
-
-SOURCES += \
- main.cpp \
- gltfgeometryloader.cpp \
-
-DISTFILES += \
- gltf.json
-
-PLUGIN_TYPE = geometryloaders
-PLUGIN_CLASS_NAME = GLTFGeometryLoaderPlugin
-load(qt_plugin)