summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-04-02 21:35:12 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-04-02 21:35:12 (GMT)
commit96f3d3e2c48ebae805f00d7ccea80ebdd976fdf7 (patch)
tree48b595721615ea05233354d38068be6b4c36d7de /examples
parent7a52bc0ad917b01f18959d6ebc1828b639db6a8b (diff)
parent391c1c752baeec5818e849e3e13032a899d33362 (diff)
downloadQt-96f3d3e2c48ebae805f00d7ccea80ebdd976fdf7.zip
Qt-96f3d3e2c48ebae805f00d7ccea80ebdd976fdf7.tar.gz
Qt-96f3d3e2c48ebae805f00d7ccea80ebdd976fdf7.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Revert "Make s60main static lib not depend on QtCore" Fix regression on Symbian Fix broken test case Cleanup the deployment code Fix 'make sis' finding the dll on symbian Re-add line that was lost during webkit update. Work around bad naming of exported class in symbian sdk causing conflict Fix building on public symbian SDK. Fix qmake with the symbian makespec failing when project has a dash in it Make s60main static lib not depend on QtCore Remove stray non-latin1 character Fix out-of-source symbian build for external apps Update EABI def files for 4.7 Exporting QFontDatabase::removeAllApplicationFonts() Adding QFontDatabase::removeAllApplicationFonts()
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/declarative.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/declarative/declarative.pro b/examples/declarative/declarative.pro
index 00d3c05..98ea6c4 100644
--- a/examples/declarative/declarative.pro
+++ b/examples/declarative/declarative.pro
@@ -8,6 +8,9 @@ SUBDIRS = \
plugins \
proxywidgets
+# 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 \