diff options
author | Derick Hawcroft <derick.hawcroft@nokia.com> | 2010-04-27 21:42:28 (GMT) |
---|---|---|
committer | Derick Hawcroft <derick.hawcroft@nokia.com> | 2010-04-27 21:42:28 (GMT) |
commit | 5db00ed35bc87b6502478d727624f67b82e80cb6 (patch) | |
tree | 2b98c235f849d7bb6019892ab759ec9c9a0a50c8 /demos/multimedia | |
parent | c78fb096c31df3b7d3cd9018f26518f59f4fde65 (diff) | |
download | Qt-5db00ed35bc87b6502478d727624f67b82e80cb6.zip Qt-5db00ed35bc87b6502478d727624f67b82e80cb6.tar.gz Qt-5db00ed35bc87b6502478d727624f67b82e80cb6.tar.bz2 |
When deployed on symbian, give player application the standard QT icon
Reviewed-by: Kurt Korbatits
Diffstat (limited to 'demos/multimedia')
-rw-r--r-- | demos/multimedia/player/player.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/multimedia/player/player.pro b/demos/multimedia/player/player.pro index 0b868bd..12bdf64 100644 --- a/demos/multimedia/player/player.pro +++ b/demos/multimedia/player/player.pro @@ -24,5 +24,6 @@ INSTALLS += target sources symbian { TARGET.UID3 = 0xA000E3FA + include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) } |