summaryrefslogtreecommitdiffstats
path: root/src/animation/animation.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/animation.pro')
-rw-r--r--src/animation/animation.pro21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/animation/animation.pro b/src/animation/animation.pro
deleted file mode 100644
index 9c5db68f2..000000000
--- a/src/animation/animation.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-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)