summaryrefslogtreecommitdiffstats
path: root/src/animation/animation.pro
blob: 9c5db68f219a294b94f5a922d64bb5d6f7e0db60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TARGET = Qt3DAnimation

DEFINES += QT3DANIMATION_LIBRARY

MODULE = 3danimation

QT += core-private 3dcore-private 3drender 3drender-private

include(frontend/frontend.pri)
include(backend/backend.pri)

HEADERS += \
    qt3danimation_global.h \
    qt3danimation_global_p.h \
    animationlogging_p.h \
    job_common_p.h

SOURCES += \
    animationlogging.cpp

load(qt_module)