summaryrefslogtreecommitdiffstats
path: root/examples/webkit/simpleselector
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-01-07 11:42:05 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-01-07 11:43:56 (GMT)
commit60d27f4b9fd2dbed204260334b817ce41788cb3e (patch)
tree70acf4653214ef01370f2c35d2a11f495a158c14 /examples/webkit/simpleselector
parenteb3da7dd76fd7788a8a5d69bdcb31755a5c080fd (diff)
downloadQt-60d27f4b9fd2dbed204260334b817ce41788cb3e.zip
Qt-60d27f4b9fd2dbed204260334b817ce41788cb3e.tar.gz
Qt-60d27f4b9fd2dbed204260334b817ce41788cb3e.tar.bz2
Added UIDs and icons to some webkit examples
Reviewed-by: TrustMe
Diffstat (limited to 'examples/webkit/simpleselector')
-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)
+}