diff options
author | Joona Petrell <joona.t.petrell@nokia.com> | 2011-02-18 00:53:16 (GMT) |
---|---|---|
committer | Joona Petrell <joona.t.petrell@nokia.com> | 2011-02-18 00:56:48 (GMT) |
commit | fcd12e1826f2974ec9cf10af4e6893774d666362 (patch) | |
tree | f76dbd2600ff5f7a84401cc4a1d9deece679e586 /tools | |
parent | 935b7ab960cf417336571754659d04958b707fc8 (diff) | |
download | Qt-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.cpp | 2 |
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 |