summaryrefslogtreecommitdiffstats
path: root/demos/embedded/raycasting/raycasting.pro
diff options
context:
space:
mode:
Diffstat (limited to 'demos/embedded/raycasting/raycasting.pro')
-rw-r--r--demos/embedded/raycasting/raycasting.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/demos/embedded/raycasting/raycasting.pro b/demos/embedded/raycasting/raycasting.pro
deleted file mode 100644
index a4bb1826b9..0000000000
--- a/demos/embedded/raycasting/raycasting.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TEMPLATE = app
-SOURCES = raycasting.cpp
-RESOURCES += raycasting.qrc
-
-symbian {
- TARGET.UID3 = 0xA000CF76
- CONFIG += qt_demo
-}
-
-target.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/raycasting
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
-sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/raycasting
-INSTALLS += target sources