summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2011-02-18 00:53:16 (GMT)
committerJoona Petrell <joona.t.petrell@nokia.com>2011-02-18 00:56:48 (GMT)
commitfcd12e1826f2974ec9cf10af4e6893774d666362 (patch)
treef76dbd2600ff5f7a84401cc4a1d9deece679e586 /tools
parent935b7ab960cf417336571754659d04958b707fc8 (diff)
downloadQt-fcd12e1826f2974ec9cf10af4e6893774d666362.zip
Qt-fcd12e1826f2974ec9cf10af4e6893774d666362.tar.gz
Qt-fcd12e1826f2974ec9cf10af4e6893774d666362.tar.bz2
Fix compilation on old Symbian platforms
Task-number: QTBUG-17472 Reviewed-by: Martin Jones
Diffstat (limited to 'tools')
-rw-r--r--tools/qml/qmlruntime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/qmlruntime.cpp b/tools/qml/qmlruntime.cpp
index 36915d1..c746d8e 100644
--- a/tools/qml/qmlruntime.cpp
+++ b/tools/qml/qmlruntime.cpp
@@ -50,7 +50,7 @@
# include <QWidgetAction>
# include <QStringListModel>
# include "ui_recopts_maemo5.h"
-#else
+#elif !defined(__SERIES60_31__) && !defined(__S60_32__)
# include "ui_recopts.h"
#endif