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