From 7e3df09fea0d3177d07f0262d034065e90eb3263 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Tue, 30 Mar 2010 19:36:46 +0200 Subject: Work around bad naming of exported class in symbian sdk causing conflict The symbian SDK has a Time class defined which means that the compiler complains about the name already being used. Lets just disable the compile as this is not worth disturbing the example over. --- examples/declarative/declarative.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/declarative/declarative.pro b/examples/declarative/declarative.pro index bddfbee..1c53e28 100644 --- a/examples/declarative/declarative.pro +++ b/examples/declarative/declarative.pro @@ -8,6 +8,9 @@ SUBDIRS = \ plugins \ widgets +# plugins uses a 'Time' class that conflicts with symbian e32std.h also defining a class of the same name +symbian:SUBDIRS -= plugins + # These examples contain no C++ and can simply be copied sources.files = \ animations \ -- cgit v0.12