summaryrefslogtreecommitdiffstats
path: root/tutorials/quick3d/teapot_qml/teapot_qml.pro
blob: 018dd6d7f01346b91a5ac0c105a4592878f711bd (plain)
1
2
3
4
5
6
7
8
TEMPLATE = app
TARGET = teapot_qml
CONFIG += qt warn_on

QT += 3d quick

SOURCES += main.cpp
HEADERS += ../qmlres.h