summaryrefslogtreecommitdiffstats
path: root/tutorials/quick3d/teapot_bounce_qml/teapot_bounce_qml.pro
blob: 8f36d94b6c87c0b8b6648e0c805474f02512989e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
TEMPLATE = app
TARGET = teapot_bounce_qml
CONFIG += qt warn_on

QT += declarative quick 3dquick

SOURCES += main.cpp

ICON_FILE = ../icon.png

QML_FILES = \
    qml/TeapotBounce.qml \
    qml/desktop.qml

QML_INFRA_FILES = \
    $$QML_FILES

QML_MESHES_FILES = \
    qml/meshes/teapot.bez

CATEGORY = tutorials
include(../../../pkg.pri)

OTHER_FILES += \
    mt.qml \
    teapot_bounce_qml.rc \
    $$QML_INFRA_FILES

RC_FILE = teapot_bounce_qml.rc