From e7d36a55746e6e3a2a66c47ee85cbfbfbe079c4e Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Wed, 19 Aug 2009 15:34:28 +0300 Subject: Review fixes for qmake (project.cpp cleanup) Removed symbian specific functionality from project.cpp: - generate_test_uid qmake function removed - Uids are now generated automatically for projects that don't have one. - Usage of ICON (in application_icon.prf) now requires explicit UID3 definition. - Autotests that require UID3 in .pro now define it explicitly - Move most symbian specific function implementations away from project.cpp to files under generators/symbian Reviewed-by: Janne Anttila --- tests/auto/qdatastream/qdatastream.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/qdatastream') diff --git a/tests/auto/qdatastream/qdatastream.pro b/tests/auto/qdatastream/qdatastream.pro index 317c3bfc27..5b903571d4 100644 --- a/tests/auto/qdatastream/qdatastream.pro +++ b/tests/auto/qdatastream/qdatastream.pro @@ -22,6 +22,7 @@ wince*: { addFiles.path = . DEPLOYMENT += addFiles TARGET.EPOCHEAPSIZE = 1000000 10000000 + TARGET.UID3 = 0xE0340001 DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x","")) }else { DEFINES += SRCDIR=\\\"$$PWD/\\\" -- cgit v1.2.3