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

QT += qml quick

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

SOURCES += main.cpp

RESOURCES += qml.qrc

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