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

target.path = $$[QT_INSTALL_EXAMPLES]/quick3d/custommaterial
INSTALLS += target

SOURCES += \
    main.cpp

RESOURCES += \
    qml.qrc \
    materials.qrc

OTHER_FILES += \
    doc/src/*.*