summaryrefslogtreecommitdiffstats
path: root/tests/auto/global/global.pro
blob: 7fca20c449fd60cab6d6ed7c139550413f9badcd (plain)
1
2
3
4
5
6
7
8
TEMPLATE = subdirs

QT_FOR_CONFIG += 3dcore

qtConfig(qt3d-render):qtConfig(qt3d-input):qtConfig(qt3d-extras):qtConfig(qt3d-render):qtConfig(qt3d-logic) {
    SUBDIRS += \
        aspects_startup_shutdown
}