aboutsummaryrefslogtreecommitdiff
path: root/store/works/teapot/view3d.pro
blob: 61455a1212d3c0214bfcd1239afd9336ec32baa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT += quick quick3d

target.path = $$[QT_INSTALL_EXAMPLES]/quick3d/view3d

INSTALLS += target

SOURCES += \
    main.cpp

RESOURCES += \
    qml.qrc

OTHER_FILES += \
    doc/src/*.*