Package Applications for Tizen
(Redirected from Packaging-Applications)
Jump to navigation
Jump to search
Qt applications can be packaged and installed on developer device or emulator. Following procedure is currently required:
- Install Tizen SDK
- Generate a certificate, see Certificate Registration and Certification Trouble Shooting
- 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.
- The executable needs to be built with OspMain and proper LFLAGS (see touch example) and .exe extension
- Invoke prepare_tpk (from tizenbuildtools/scripts)
- The last print from prepare_tpk will be the command for the native-packaging (given there are no errors)