summaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
blob: 3b457ed500b9c57304cfa87d1ad80e11a3512b51 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = subdirs

!qtHaveModule(3dcore): \
    return()

QT_FOR_CONFIG += 3dcore-private
qtConfig(assimp):qtConfig(commandlineparser): {
    SUBDIRS += qgltf
}