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

QT += 3d

include(../../../pkg.pri)

SOURCES = scene_animations.cpp \
    scene_animations_main.cpp
HEADERS = scene_animations.h
RESOURCES += scene_animations.qrc

OTHER_FILES += \
    scene_animations.rc

RC_FILE = scene_animations.rc