summaryrefslogtreecommitdiffstats
path: root/examples/quick3d/photoroom/photoroom.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick3d/photoroom/photoroom.pro')
-rw-r--r--examples/quick3d/photoroom/photoroom.pro23
1 files changed, 0 insertions, 23 deletions
diff --git a/examples/quick3d/photoroom/photoroom.pro b/examples/quick3d/photoroom/photoroom.pro
deleted file mode 100644
index fc54f9a0..00000000
--- a/examples/quick3d/photoroom/photoroom.pro
+++ /dev/null
@@ -1,23 +0,0 @@
-TEMPLATE = app
-TARGET = photoroom
-CONFIG += qt warn_on
-
-INSTALL_DIRS = qml
-CONFIG += qt3d_deploy_qml qt3dquick_deploy_pkg
-include(../../../pkg.pri)
-qtcAddDeployment()
-
-SOURCES += main.cpp
-
-symbian {
- TARGET.EPOCHEAPSIZE = 40000 40000000
- qmlDeployment2.sources = qml\textures\*
- qmlDeployment2.path = qml\textures
- DEPLOYMENT += qmlDeployment2
-}
-
-OTHER_FILES += \
- photoroom.rc \
- photoroom.desktop
-
-RC_FILE = photoroom.rc