Install Qt for Tizen: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


* Install Qt 5.4 using "online installer":http://download.qt.io/official_releases/online_installers/qt-opensource-linux-x64-online.run
* Install Qt 5.4 using "online installer":http://download.qt.io/official_releases/online_installers/qt-opensource-linux-x64-online.run
* Install chrpath:<br /><code>sudo apt-get install chrpath<code>
* Install chrpath:
<code>sudo apt-get install chrpath<code>
* Install Tizen SDK see details "here":https://developer.tizen.org/downloads/sdk/installing-tizen-sdk for details
* Install Tizen SDK see details "here":https://developer.tizen.org/downloads/sdk/installing-tizen-sdk for details
* Create author certificate using Tizen SDK see details "here":https://developer.tizen.org/dev-guide/2.3.0/org.tizen.gettingstarted/html/dev_env/register_author_certificate.htm
* Create author certificate using Tizen SDK see details "here":https://developer.tizen.org/dev-guide/2.3.0/org.tizen.gettingstarted/html/dev_env/register_author_certificate.htm

Revision as of 11:39, 25 February 2015

Currently binaries are only shipped for linux 64 bit.

sudo apt-get install chrpath

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.