diff options
author | Joona Petrell <joona.t.petrell@nokia.com> | 2010-07-08 00:41:16 (GMT) |
---|---|---|
committer | Joona Petrell <joona.t.petrell@nokia.com> | 2010-07-08 00:44:20 (GMT) |
commit | bd9e495a025ff8d282d54e8909771c8760ebdb3f (patch) | |
tree | 38c37700d969fa3f484aa555ae05d97bdf559c39 /tools | |
parent | 4ec4ba7bde9ac321640c3e0c7b186f0b044423b7 (diff) | |
download | Qt-bd9e495a025ff8d282d54e8909771c8760ebdb3f.zip Qt-bd9e495a025ff8d282d54e8909771c8760ebdb3f.tar.gz Qt-bd9e495a025ff8d282d54e8909771c8760ebdb3f.tar.bz2 |
Fix Symbian build
Diffstat (limited to 'tools')
-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 \ |