summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/assimp/assimp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/sceneparsers/assimp/assimp.pro')
-rw-r--r--src/plugins/sceneparsers/assimp/assimp.pro20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/plugins/sceneparsers/assimp/assimp.pro b/src/plugins/sceneparsers/assimp/assimp.pro
deleted file mode 100644
index f761db12e..000000000
--- a/src/plugins/sceneparsers/assimp/assimp.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-TARGET = assimpsceneimport
-QT += core-private 3dcore 3dcore-private 3drender 3drender-private 3dextras 3danimation
-
-include(../../../3rdparty/assimp/assimp_dependency.pri)
-
-HEADERS += \
- assimphelpers.h \
- assimpimporter.h
-
-SOURCES += \
- assimphelpers.cpp \
- main.cpp \
- assimpimporter.cpp
-
-DISTFILES += \
- assimp.json
-
-PLUGIN_TYPE = sceneparsers
-PLUGIN_CLASS_NAME = AssimpSceneImportPlugin
-load(qt_plugin)