diff options
author | Joona Petrell <joona.t.petrell@nokia.com> | 2010-08-27 02:14:24 (GMT) |
---|---|---|
committer | Joona Petrell <joona.t.petrell@nokia.com> | 2010-08-30 04:48:09 (GMT) |
commit | bcef15f4134a0825db85e1749aa90c60d94ab04b (patch) | |
tree | 43139529c6198fdfef3113f04e9ca4cf7411cc40 | |
parent | fce17c2847fa48410adae098b1df3db76fa4ef67 (diff) | |
download | Qt-bcef15f4134a0825db85e1749aa90c60d94ab04b.zip Qt-bcef15f4134a0825db85e1749aa90c60d94ab04b.tar.gz Qt-bcef15f4134a0825db85e1749aa90c60d94ab04b.tar.bz2 |
QML Viewer should be put under QtDemos instead of QtExamples folder in Symbian app menu
Task-number:
Reviewed-by: Martin Jones
-rw-r--r-- | tools/qml/qml.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro index d794005..3927dd6 100644 --- a/tools/qml/qml.pro +++ b/tools/qml/qml.pro @@ -34,7 +34,7 @@ maemo5 { } symbian { TARGET.UID3 = 0x20021317 - include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) + include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) TARGET.EPOCHEAPSIZE = 0x20000 0x4000000 TARGET.CAPABILITY = NetworkServices ReadUserData !contains(S60_VERSION, 3.1):!contains(S60_VERSION, 3.2) { |