summaryrefslogtreecommitdiffstats
path: root/demos/embedded/anomaly
diff options
context:
space:
mode:
authorEspen Riskedal <espenr@trolltech.com>2009-10-02 13:10:23 (GMT)
committerEspen Riskedal <espenr@trolltech.com>2009-10-02 13:33:21 (GMT)
commit9711987fb0ba2841016dd75c1f3a3d2276b8cc69 (patch)
tree950631735b67c6f4ff50542924f947af185de28e /demos/embedded/anomaly
parentb06d091815af689ba069667beabfc913589a258d (diff)
downloadQt-9711987fb0ba2841016dd75c1f3a3d2276b8cc69.zip
Qt-9711987fb0ba2841016dd75c1f3a3d2276b8cc69.tar.gz
Qt-9711987fb0ba2841016dd75c1f3a3d2276b8cc69.tar.bz2
Demos and applications have a nice Qt logo when installed on Symbian
Added a line to the symbianpkgrules.pri files which includes an ICON if the TARGET.UID3 is defined. We should fix the application_icon.prf to handle ICON without UID3 situations more gracefully, but for now I reordered existing UID3s to be specified before the symbianpkgrules.pri includes. Reviewed-by: Aleksandar Babic
Diffstat (limited to 'demos/embedded/anomaly')
-rw-r--r--demos/embedded/anomaly/anomaly.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/embedded/anomaly/anomaly.pro b/demos/embedded/anomaly/anomaly.pro
index f7c11b6..06d73fa 100644
--- a/demos/embedded/anomaly/anomaly.pro
+++ b/demos/embedded/anomaly/anomaly.pro
@@ -22,10 +22,10 @@ SOURCES += src/Main.cpp \
RESOURCES += src/anomaly.qrc
symbian {
+ TARGET.UID3 = 0xA000CF71
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
HEADERS += $$QT_SOURCE_TREE/examples/network/ftp/sym_iap_util.h
LIBS += -lesock -linsock -lconnmon
TARGET.CAPABILITY = NetworkServices
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
- TARGET.UID3 = 0xA000CF71
}