summaryrefslogtreecommitdiffstats
path: root/examples/webkit/simpleselector/simpleselector.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webkit/simpleselector/simpleselector.pro')
-rw-r--r--examples/webkit/simpleselector/simpleselector.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/webkit/simpleselector/simpleselector.pro b/examples/webkit/simpleselector/simpleselector.pro
index 3f3037f..acd0ae7 100644
--- a/examples/webkit/simpleselector/simpleselector.pro
+++ b/examples/webkit/simpleselector/simpleselector.pro
@@ -9,3 +9,8 @@ target.path = $$[QT_INSTALL_EXAMPLES]/webkit/simpleselector
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/webkit/simpleselector
INSTALLS += target sources
+
+symbian {
+ TARGET.UID3 = 0xA000D7CC
+ include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+}