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.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/embedded/raycasting/raycasting.pro b/demos/embedded/raycasting/raycasting.pro
index dae9412..19e0212 100644
--- a/demos/embedded/raycasting/raycasting.pro
+++ b/demos/embedded/raycasting/raycasting.pro
@@ -1,3 +1,8 @@
TEMPLATE = app
SOURCES = raycasting.cpp
RESOURCES += raycasting.qrc
+
+symbian {
+ include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
+ TARGET.UID3 = 0xA000CF76
+}