summaryrefslogtreecommitdiffstats
path: root/src/plugins/geometryloaders/configure.json
blob: 42cc57736313e102bb17bf50a6cde33e9b27c0e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
    "module": "geometryloaders",
    "testDir": "../../../config.tests",

    "libraries": {
        "fbx": {
            "label": "Autodesk FBX",
            "test": "fbx",
            "sources": [
                { "type": "fbx", "libs": "-lfbxsdk" }
            ]
        }
    },

    "features": {
        "qt3d-fbxsdk": {
            "label": "Autodesk FBX",
            "condition": "libs.fbx",
            "output": [
                "privateFeature",
                { "type": "define", "name": "QT_3DGEOMETRYLOADERS_FBX" }
                ]
        }
    },

    "summary": [
        {
            "section": "Qt 3D GeometryLoaders",
            "entries": [
                "qt3d-fbxsdk"
            ]
        }
    ]
}