summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/teapot/teapot.pro
blob: c3c584f6e8a716d1d005bef3e071e033efd1e7f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app
TARGET = teapot
CONFIG += qt warn_on

CONFIG += qt3d_deploy_pkg
include(../../../pkg.pri)

SOURCES = teapotview.cpp main.cpp
HEADERS = teapotview.h

OTHER_FILES += \
    teapot.rc

RC_FILE = teapot.rc