summaryrefslogtreecommitdiffstats
path: root/examples/quick3d/animations/animations.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick3d/animations/animations.pro')
-rw-r--r--examples/quick3d/animations/animations.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/quick3d/animations/animations.pro b/examples/quick3d/animations/animations.pro
index 3ddf387ea..0165164fe 100644
--- a/examples/quick3d/animations/animations.pro
+++ b/examples/quick3d/animations/animations.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = animations_qml
-QT += qml quick
+QT += qml quick 3dquick
CONFIG += qt warn_on
SOURCES += main.cpp
@@ -20,10 +20,8 @@ QML_INFRA_FILES = \
CATEGORY = examples
include(../../../pkg.pri)
-INSTALL_DIRS = qml
-mt: INSTALL_FILES = mt.qml
-
OTHER_FILES += \
+ mt.qml \
animations_qml.rc \
$$QML_INFRA_FILES