summaryrefslogtreecommitdiffstats
path: root/tutorials/quick3d/teapot_bounce_qml/teapot_bounce_qml.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/quick3d/teapot_bounce_qml/teapot_bounce_qml.pro')
-rw-r--r--tutorials/quick3d/teapot_bounce_qml/teapot_bounce_qml.pro25
1 files changed, 0 insertions, 25 deletions
diff --git a/tutorials/quick3d/teapot_bounce_qml/teapot_bounce_qml.pro b/tutorials/quick3d/teapot_bounce_qml/teapot_bounce_qml.pro
deleted file mode 100644
index 00296cf1..00000000
--- a/tutorials/quick3d/teapot_bounce_qml/teapot_bounce_qml.pro
+++ /dev/null
@@ -1,25 +0,0 @@
-TEMPLATE = app
-TARGET = teapot_bounce_qml
-CONFIG += qt warn_on
-
-SOURCES += main.cpp
-HEADERS += ../qmlres.h
-
-DESTDIR = ../../../bin
-
-INSTALL_DIRS = qml
-
-CONFIG += qt3d_deploy_qml qt3dquick_deploy_pkg
-include(../../../pkg.pri)
-qtcAddDeployment()
-
-symbian {
- vendorinfo = \
- "%{\"Nokia\"}" \
- ":\"Nokia\""
-
- my_deployment.pkg_prerules = vendorinfo
- DEPLOYMENT += my_deployment
-
- ICON = ../qtquick3d.svg
-}