From 9711987fb0ba2841016dd75c1f3a3d2276b8cc69 Mon Sep 17 00:00:00 2001 From: Espen Riskedal Date: Fri, 2 Oct 2009 15:10:23 +0200 Subject: 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 --- examples/sql/drilldown/drilldown.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/sql') diff --git a/examples/sql/drilldown/drilldown.pro b/examples/sql/drilldown/drilldown.pro index b6de5118c4..5c97e88974 100644 --- a/examples/sql/drilldown/drilldown.pro +++ b/examples/sql/drilldown/drilldown.pro @@ -16,6 +16,6 @@ sources.path = $$[QT_INSTALL_EXAMPLES]/sql/drilldown INSTALLS += target sources symbian { - include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) TARGET.UID3 = 0xA000C612 + include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) } -- cgit v1.2.3