summaryrefslogtreecommitdiffstats
path: root/tutorials/quick3d/shadertut/shadertut.pro
blob: 198d98131cdfeab82924caaee4574ba96773435b (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
30
31
32
33
TEMPLATE = app
TARGET = shadertut
CONFIG += qt warn_on
QT += qml quick 3dquick

SOURCES += main.cpp

ICON_FILE = ../icon.png

QML_FILES = \
    qml/ShaderTutorial.qml \
    qml/desktop.qml \
    qml/TutorialTeapot.qml \
    qml/shader-tutorial-1-textures.qml \
    qml/shader-tutorial-3-transformed-coordinates.qml \
    qml/shader-tutorial-varying.qml \
    qml/shader-tutorial-2-vertex-shader.qml \
    qml/shader-tutorial-lighting.qml

QML_INFRA_FILES = \
    $$QML_FILES

QML_MESHES_FILES = \
    qml/meshes/teapot.bez

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

OTHER_FILES += \
    mt.qml \
    shadertut.rc \
    $$QML_INFRA_FILES
RC_FILE = shadertut.rc