summaryrefslogtreecommitdiffstats
path: root/examples/embedded/raycasting/raycasting.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/raycasting/raycasting.pro')
-rw-r--r--examples/embedded/raycasting/raycasting.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/embedded/raycasting/raycasting.pro b/examples/embedded/raycasting/raycasting.pro
new file mode 100644
index 0000000000..a4bb1826b9
--- /dev/null
+++ b/examples/embedded/raycasting/raycasting.pro
@@ -0,0 +1,13 @@
+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