summaryrefslogtreecommitdiffstats
path: root/examples/quick3d/matrix_animation/matrix_animation.pro
blob: 0011f89fc42fcff01dc7f23924306b43eff04cff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app
TARGET = matrix_animation
CONFIG += qt warn_on
QT += declarative quick

SOURCES += main.cpp

INSTALL_DIRS = qml
mt: INSTALL_FILES = mt.qml

OTHER_FILES += \
    matrix_animation.rc

RC_FILE = matrix_animation.rc