summaryrefslogtreecommitdiffstats
path: root/examples/canvas3d/quickitemtexture/quickitemtexture.pro
blob: f222aa4ef8555cb91d7c97630a233f51d12184eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = app

QT += qml quick

target.path = $$[QT_INSTALL_EXAMPLES]/canvas3d/$$TARGET
INSTALLS += target

SOURCES += main.cpp

RESOURCES += quickitemtexture.qrc

OTHER_FILES += qml/quickitemtexture/* \
               doc/src/* \
               doc/images/*