aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick3dphysics/compoundshapes/compoundshapes.pro
blob: 50beb37506073ed1e551d22e9007f96408cdd923 (plain)
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/*.*