summaryrefslogtreecommitdiffstats
path: root/tools/qml
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2011-02-18 10:53:16 +1000
committerJoona Petrell <joona.t.petrell@nokia.com>2011-02-18 10:56:48 +1000
commitfcd12e1826f2974ec9cf10af4e6893774d666362 (patch)
treef76dbd2600ff5f7a84401cc4a1d9deece679e586 /tools/qml
parent935b7ab960cf417336571754659d04958b707fc8 (diff)
Fix compilation on old Symbian platforms
Task-number: QTBUG-17472 Reviewed-by: Martin Jones
Diffstat (limited to 'tools/qml')
-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 36915d12bf..c746d8e6b4 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