Install Qt for Tizen: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(Add "cleanup" tag)
Line 1: Line 1:
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}
Currently binaries are only shipped for linux 64 bit.
Currently binaries are only shipped for linux 64 bit.



Revision as of 16:04, 3 March 2015

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.

Currently binaries are only shipped for linux 64 bit.

sudo apt-get install chrpath
  • Install Tizen SDK see details here for details
  • Create author certificate using Tizen SDK see details here
  • Run Qt Maintanance Tool (is placed in Qt installation directory: by default in $HOME/Qt)
  • Click package manager and settings. Next choose repositories tab and click on "User defined repositories". Next add "http://tolszak.org/qt/online/linux_x64/tizen/" repository. Click Ok and Next in main Qt Maintanance Tool window.
  • When repository list will appear choose: "Qt 5.4/tizen_x86" "Qt 5.4/tizen_armv7l". Qt Creator plugin under "Tools/Qt Creator/Tizen plugin" will be installed automatically
  • After installation run Qt Creator and choose Tools->Options and choose Tizen pane. Fill tizen sdk path (rest fields will be filled automatically), fill your certificate file and password passed to certificate wizard in Tizen SDK.

To check if everything is correct run Tizen Emulator from Emulator Manager installed with SDK. Next create sample Tizen hello world application using New Project -> Tizen template and choosing Tizen Qt Quick Mobile Application. Next check only x86 gcc 4.8 kit, run build (Ctrl+B) and run (which will imply deployment) Ctrl+R.