summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/sceneparsers.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/sceneparsers/sceneparsers.pro')
-rw-r--r--src/plugins/sceneparsers/sceneparsers.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/plugins/sceneparsers/sceneparsers.pro b/src/plugins/sceneparsers/sceneparsers.pro
deleted file mode 100644
index 573a5ddad..000000000
--- a/src/plugins/sceneparsers/sceneparsers.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-TEMPLATE = subdirs
-# QNX is not supported, and Linux GCC 4.9 on ARM chokes on the assimp
-# sources (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66964).
-QT_FOR_CONFIG += 3dcore-private
-!ios:!tvos:!qcc:qtConfig(qt3d-assimp):if(qtConfig(qt3d-system-assimp)|android-clang|clang|win32-msvc|gcc) {
- SUBDIRS += assimp
-}
-SUBDIRS += gltf
-
-qtConfig(temporaryfile):qtConfig(regularexpression) {
- SUBDIRS += gltfexport
-}