summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2010-12-15 12:40:18 +0100
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2010-12-16 10:36:48 +0100
commit735b19758ecce3e8e48647b355601d075da0b754 (patch)
tree848b39db2852ec0535e011508113875312f10caa
parenta2459e0abebd49a1e84d55dc5ff01186ff7e85c2 (diff)
downloadqt-creator-735b19758ecce3e8e48647b355601d075da0b754.tar.gz
Doc: publishing Qt Content for Maemo devices on Ovi Store
Reviewed-by: Christian Kandeler
-rw-r--r--doc/qtcreator.qdoc37
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 977d061bf0..1ef658208f 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -4079,6 +4079,43 @@
applied when UIDs from the trusted range 0x2xxxxxxx are used. For more
information, see \l{http://wiki.forum.nokia.com/index.php/UID}{UID}.
+ \section1 Publishing Qt Content for Maemo Devices
+
+ The applications that you publish on Ovi Store, must meet the testing criteria
+ listed in
+ \l{http://www.forum.nokia.com/info/sw.nokia.com/id/9cd1eb18-821b-4228-a0a3-36b049c5d608/Maemo_5_Application_OVI_Store_Entry_Requirements.pdf.html}
+ {Maemo 5 Applications: Ovi Store Entry Requirements}.
+
+ Make sure that your application passes the following most commonly
+ failed test cases:
+
+ \list
+
+ \o Package filename must include the application name and version
+ number using three digits. For example: myapplication_1_0_1.deb
+
+ \o Application files must be installed to the opt folder on the ext3
+ partition.
+
+ \o Debian packages must be given the category user/hidden.
+
+ \o Application cannot crash or hang during use.
+
+ \o The application must handle different memory situations correctly.
+
+ \endlist
+
+ You set the application name and installation folder in the
+ \gui {Run Settings} for the project. For more information, see
+ \l{Deploying Applications to Maemo Devices}. Qt Creator specifies the correct
+ category settings by default when it creates the Debian directory and
+ the necessary files.
+
+ You can test the application on Qt Simulator and Maemo Emulator to make
+ sure that it does not crash or hang and to check how it handles different
+ memory situations. Before you submit the application to Ovi Publishing, you
+ must also fully test it on a Maemo device.
+
*/
/*!