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