File: global.pro

package info (click to toggle)
qt3d-opensource-src 5.15.8%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 119,360 kB
  • sloc: cpp: 221,029; ansic: 904; python: 467; objc: 244; javascript: 158; pascal: 155; xml: 28; makefile: 25
file content (8 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (5)
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
}