Package Applications for Tizen

From Qt Wiki
Jump to navigation Jump to search

Qt applications can be packaged and installed on developer device or emulator. Following procedure is currently required:

  1. Install Tizen SDK
  2. Generate a certificate, see Certificate Registration and Certification Trouble Shooting
  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). It is also possible to use chrpath, but length of initial rpath must not be exceeded.
  4. The executable needs to be built with OspMain and proper LFLAGS (see touch example) and .exe extension
  5. Invoke prepare_tpk (from tizenbuildtools/scripts)
  6. The last print from prepare_tpk will be the command for the native-packaging (given there are no errors)