summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/sceneparsers.pro
blob: e4b4216063b3a9299472a2465c5c4dc8124abc80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
qtConfig(assimp):if(qtConfig(system-assimp)|android-clang|!cross_compile): {
    SUBDIRS += assimp
}
SUBDIRS += gltf

qtConfig(temporaryfile):qtConfig(regularexpression) {
    SUBDIRS += gltfexport
}