diff options
author | Joona Petrell <joona.t.petrell@nokia.com> | 2010-07-08 00:41:16 (GMT) |
---|---|---|
committer | Jesper Thomschutz <jesper.thomschutz@nokia.com> | 2010-07-16 09:45:35 (GMT) |
commit | 152360b6daa24030904e186f08758babe90eaf9a (patch) | |
tree | 9834d01759eaa0ad5370ff5a131048c4cef76b5c | |
parent | 858b5d287ecc96fb9c5a0f533c0cc196ded9cc46 (diff) | |
download | Qt-152360b6daa24030904e186f08758babe90eaf9a.zip Qt-152360b6daa24030904e186f08758babe90eaf9a.tar.gz Qt-152360b6daa24030904e186f08758babe90eaf9a.tar.bz2 |
Fix Symbian build
(cherry picked from commit bd9e495a025ff8d282d54e8909771c8760ebdb3f)
-rw-r--r-- | tools/qml/qml.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qml/qml.pri b/tools/qml/qml.pri index 0d01f70..fcd0c33 100644 --- a/tools/qml/qml.pri +++ b/tools/qml/qml.pri @@ -25,6 +25,8 @@ maemo5 { $$PWD/proxysettings_maemo5.ui } symbian:!contains(S60_VERSION, 3.1):!contains(S60_VERSION, 3.2) { SOURCES += $$PWD/deviceorientation_symbian.cpp + FORMS = $$PWD/recopts.ui \ + $$PWD/proxysettings.ui } else { SOURCES += $$PWD/deviceorientation.cpp FORMS = $$PWD/recopts.ui \ |