diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2010-01-12 17:56:45 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-01-12 17:56:45 (GMT) |
commit | 22796b38c3a7dbcdb540e4c58e645b0267fe360c (patch) | |
tree | dab9604e944d0184249ac2dceca7b6b16adba39e /examples/webkit/googlechat/googlechat.pro | |
parent | b958102dfa36a3554911adb8fdb21375f0ecb48c (diff) | |
parent | bf71ab63e805e49e59fbe25265104a414ab7d039 (diff) | |
download | Qt-22796b38c3a7dbcdb540e4c58e645b0267fe360c.zip Qt-22796b38c3a7dbcdb540e4c58e645b0267fe360c.tar.gz Qt-22796b38c3a7dbcdb540e4c58e645b0267fe360c.tar.bz2 |
Merge branch '4.6'
Diffstat (limited to 'examples/webkit/googlechat/googlechat.pro')
-rw-r--r-- | examples/webkit/googlechat/googlechat.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/webkit/googlechat/googlechat.pro b/examples/webkit/googlechat/googlechat.pro index 8e4f9a6..3d32c1b 100644 --- a/examples/webkit/googlechat/googlechat.pro +++ b/examples/webkit/googlechat/googlechat.pro @@ -10,4 +10,7 @@ sources.files = $$SOURCES $$HEADERS $$FORMS *.pro sources.path = $$[QT_INSTALL_EXAMPLES]/webkit/googlechat INSTALLS += target sources -symbian:TARGET.UID3 = 0xA000CF6E +symbian { + TARGET.UID3 = 0xA000CF6E + include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) +} |