Install Qt for Tizen: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
Currently binaries are only shipped for linux 64 bit.
* 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 Qt 5.4 using [http://download.qt.io/official_releases/online_installers/qt-opensource-linux-x64-online.run online installer] ''[download.qt.io]''
* Install Tizen SDK see details &quot;here&amp;quot;:https://developer.tizen.org/downloads/sdk/installing-tizen-sdk for details
* Install chrpath:<br />
* Create author certificate using Tizen SDK see details &quot;here&amp;quot;:https://developer.tizen.org/dev-guide/2.3.0/org.tizen.gettingstarted/html/dev_env/register_author_certificate.htm
* Install Tizen <span class="caps">SDK</span> see details [https://developer.tizen.org/downloads/sdk/installing-tizen-sdk here] ''[developer.tizen.org]'' for details
* 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]''
* 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 &quot;User defined repositories&amp;quot;. Next add &quot;http://tolszak.org/qt/online/linux_x64/tizen/&amp;quot; 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: &quot;Qt 5.4/tizen_x86&amp;quot; &quot;Qt 5.4/tizen_armv7l&amp;quot;. Qt Creator plugin under &quot;Tools/Qt Creator/Tizen plugin&amp;quot; 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-&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 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.


You app should be successfully deployed and run on Tizen emulator.
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 -&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.

Revision as of 12:46, 23 February 2015

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.