summaryrefslogtreecommitdiffstats
path: root/demos/embedded/flightinfo
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-09-03 10:52:51 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-09-03 10:52:51 (GMT)
commit9f85fc8847d178af0e9e9039d80cd017d1c9324b (patch)
treeecc0845f01557b3fcf1707fed603eccdb149d4f3 /demos/embedded/flightinfo
parent73a57bed78909a16e94bd563648752c2705800e7 (diff)
downloadQt-9f85fc8847d178af0e9e9039d80cd017d1c9324b.zip
Qt-9f85fc8847d178af0e9e9039d80cd017d1c9324b.tar.gz
Qt-9f85fc8847d178af0e9e9039d80cd017d1c9324b.tar.bz2
Added missing TARGET.UID3 definitions to various components.
Every non-test binary built for Symbian needs explicitly assigned UID3, so added TARGET.UID3 for components that were missing it. Reviewed-by: Janne Anttila
Diffstat (limited to 'demos/embedded/flightinfo')
-rw-r--r--demos/embedded/flightinfo/flightinfo.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/embedded/flightinfo/flightinfo.pro b/demos/embedded/flightinfo/flightinfo.pro
index 5edb175..461c701 100644
--- a/demos/embedded/flightinfo/flightinfo.pro
+++ b/demos/embedded/flightinfo/flightinfo.pro
@@ -6,6 +6,8 @@ RESOURCES = flightinfo.qrc
QT += network
symbian {
+ include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
+ TARGET.UID3 = 0xA000CF74
HEADERS += $$QT_SOURCE_TREE/examples/network/ftp/sym_iap_util.h
LIBS += -lesock -lconnmon
TARGET.CAPABILITY = NetworkServices