diff options
author | Robert Griebl <robert.griebl@nokia.com> | 2010-06-21 15:59:23 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2010-06-25 06:41:15 (GMT) |
commit | 156cabe79a64ffca8d6e1a2df99f35b413a48a39 (patch) | |
tree | 2c4868d95038c9d6a91ac6d3db269a993ef1feb1 /tools/qml/qml.pri | |
parent | 543bbe2e122d1d3394ec589c32f9640d1fd88f3b (diff) | |
download | Qt-156cabe79a64ffca8d6e1a2df99f35b413a48a39.zip Qt-156cabe79a64ffca8d6e1a2df99f35b413a48a39.tar.gz Qt-156cabe79a64ffca8d6e1a2df99f35b413a48a39.tar.bz2 |
Make the QML viewer usable on the N900
Diffstat (limited to 'tools/qml/qml.pri')
-rw-r--r-- | tools/qml/qml.pri | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tools/qml/qml.pri b/tools/qml/qml.pri index 58d8cc1..3e5a88b 100644 --- a/tools/qml/qml.pri +++ b/tools/qml/qml.pri @@ -19,10 +19,12 @@ SOURCES += $$PWD/qmlruntime.cpp \ RESOURCES = $$PWD/qmlruntime.qrc maemo5 { QT += dbus - SOURCES += $$PWD/deviceorientation_maemo.cpp + HEADERS += $$PWD/texteditautoresizer_maemo5.h + SOURCES += $$PWD/deviceorientation_maemo5.cpp + FORMS = $$PWD/recopts_maemo5.ui \ + $$PWD/proxysettings_maemo5.ui } else { SOURCES += $$PWD/deviceorientation.cpp + FORMS = $$PWD/recopts.ui \ + $$PWD/proxysettings.ui } - -FORMS = $$PWD/recopts.ui \ - $$PWD/proxysettings.ui |