summaryrefslogtreecommitdiffstats
path: root/examples/materials/materials.pro
blob: 23d4d38a8d5474310c7742d69009cf60f2132335 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = app

QT += 3dcore 3drenderer 3dinput 3dquick qml quick

include("../exampleresources/exampleresources.pri")

HEADERS += \

SOURCES += \
    main.cpp

OTHER_FILES += \
    main.qml \
    *.qml \
    HousePlant.qml

RESOURCES += \
    materials.qrc