aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick3dphysics/material/material.pro
blob: ebd44e4ce45a8769ad2fd43a1363cb8a22a01f77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += quick quick3d

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

SOURCES += \
    main.cpp

RESOURCES += \
    qml.qrc

OTHER_FILES += \
    doc/src/*.*