File: customshapes.pro

package info (click to toggle)
qt6-quick3dphysics 6.8.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 22,164 kB
  • sloc: cpp: 261,165; python: 40; makefile: 18
file content (14 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT += quick quick3d

target.path = $$[QT_INSTALL_EXAMPLES]/quick3dphysics/compoundshapes
INSTALLS += target

SOURCES += \
    main.cpp

RESOURCES += \
    qml.qrc \
    resources.qrc

OTHER_FILES += \
    doc/src/*.*