summaryrefslogtreecommitdiffstats
path: root/examples/quick3d/animations/animations.pro
blob: 3ddf387eaf714b67dabb724a45c467c3be1e2969 (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
TEMPLATE = app
TARGET = animations_qml
QT += qml quick
CONFIG += qt warn_on

SOURCES += main.cpp

ICON_FILE = ../icon.png

QML_FILES = \
    qml/Animations.qml \
    qml/desktop.qml

QML_INFRA_FILES = \
    $$QML_FILES \
    qml/qtlogo.png \
    qml/stonewal.jpg \
    qml/cube_rotated.dae

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

INSTALL_DIRS = qml
mt: INSTALL_FILES = mt.qml

OTHER_FILES += \
    animations_qml.rc \
    $$QML_INFRA_FILES

RC_FILE = animations_qml.rc