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.pro | |
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.pro')
-rw-r--r-- | tools/qml/qml.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro index 9cdec77..63efff1 100644 --- a/tools/qml/qml.pro +++ b/tools/qml/qml.pro @@ -29,6 +29,9 @@ wince* { QT += webkit } } +maemo5 { + QT += maemo5 +} symbian { TARGET.UID3 = 0x20021317 include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |