Install Qt for Tizen: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
(Add to Tizen)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Developing Qt::Ports::Tizen]]
{{LangSwitch}}
Currently binaries are only shipped for linux 64 bit.
Currently binaries are only shipped for linux 64 bit.


* Install Qt 5.4 using [http://download.qt.io/official_releases/online_installers/qt-opensource-linux-x64-online.run online installer] ''[download.qt.io]''
* Install Qt 5.4 using [http://download.qt.io/official_releases/online_installers/qt-opensource-linux-x64-online.run online installer]
* Install chrpath:<br />
* Install chrpath:
* Install Tizen <span class="caps">SDK</span> see details [https://developer.tizen.org/downloads/sdk/installing-tizen-sdk here] ''[developer.tizen.org]'' for details
<code>
* Create author certificate using Tizen <span class="caps">SDK</span> see details [https://developer.tizen.org/dev-guide/2.3.0/org.tizen.gettingstarted/html/dev_env/register_author_certificate.htm here] ''[developer.tizen.org]''
sudo apt-get install chrpath
</code>
* Install Tizen SDK see details [https://developer.tizen.org/downloads/sdk/installing-tizen-sdk here] for details
* Create author certificate using Tizen SDK see details [https://developer.tizen.org/dev-guide/2.3.0/org.tizen.gettingstarted/html/dev_env/register_author_certificate.htm here]
* Run Qt Maintanance Tool (is placed in Qt installation directory: by default in $HOME/Qt)
* 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/” http://tolszak.org/qt/online/linux_x64/tizen/”] repository. Click Ok and Next in main Qt Maintanance Tool window.
* 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
* 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-&gt;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 <span class="caps">SDK</span>.
* 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 <span class="caps">SDK</span>. Next create sample Tizen hello world application using New Project -&gt; 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.
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.
 
You app should be successfully deployed and run on Tizen emulator.

Latest revision as of 16:17, 25 November 2016

En Ar Bg De El Es Fa Fi Fr Hi Hu It Ja Kn Ko Ms Nl Pl Pt Ru Sq Th Tr Uk Zh

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.