Package Applications for Tizen

From Qt Wiki
Revision as of 16:13, 3 March 2015 by AutoSpider (talk | contribs) (Add "cleanup" tag)
Jump to navigation Jump to search
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

Qt applications can be packaged and installed on developer device or emulator.

Currently operation is semi-automatic. Required steps:

1. Installed "Tizen SDK":https://developer.tizen.org/downloads/tizen-sdk 2. Generated "developer certificate":https://developer.tizen.org/help/index.jsp?topic=/org.tizen.gettingstarted/html/dev_env/certificate_generator.htm 3. Qt binaries should have rpath set to application installation lib subdirectory: /opt/usr/apps/APP_ID/lib where APP_ID is 10 chars string(alphanumeric) I simply built QT with such prefix but one can also use chrpath (remeber that chrpath can't make rpath longer than initial) 4. Also one need to build application executable with OspMain function and proper LFLAGS (see touch example) and .exe extension 5. When everything is prepared just need to invoke prepare_tpk (from tizenbuildtools/scripts) and then native-packaging (correct command will be printed after invoking prepare_tpk)