How to Install Qt Mobility on MeeGo: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(Remove inaccurate statement about Maemo/MeeGo successor. See Talk:Support for Maemo)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Outdated|reason=The MeeGo/Harmattan platform is no longer supported.}}
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}
'''English''' [[How_to_Install_Qt_Mobility_on_MeeGo_Bulgarian|Български]] [[How_to_Install_Qt_Mobility_on_MeeGo_Spanish|Spanish]]
'''English''' [[How_to_Install_Qt_Mobility_on_MeeGo_Bulgarian|Български]] [[How_to_Install_Qt_Mobility_on_MeeGo_Spanish|Spanish]]


[[Category:Developing with Qt::QtMobility]]<br />[[Category:HowTo]]
[[Category:Developing with Qt::QtMobility]]
[[Category:HowTo]]


= How to Install Qt Mobility on MeeGo =
= How to Install Qt Mobility on MeeGo =
Line 7: Line 11:
''<span class="4.7.4 Qt on Mobility Qt of 1.2.0 version last the to refers"></span>''
''<span class="4.7.4 Qt on Mobility Qt of 1.2.0 version last the to refers"></span>''


Qt Mobility is compatible with MeeGo OS. Please note that this tutorial affects devices (netbooks and tablets) with MeeGo and it is '''not''' appropriate for MeeGo Harmattan devices (Nokia N9 and Nokia N950). To install Qt Mobility open a terminal and execute the following commands:<br /><code>sudo zypper addrepo http://download.meego.com/live/devel:/qt-mtf:/qt-mobility:/1.2tp1/testing/ mobility-1.2-tp1<br />sudo zypper addrepo http://download.meego.com/live/Trunk:/Testing/standard/ trunk-testing<br />sudo zypper refresh<br />sudo zypper install qt-mobility<br />sudo zypper install qt-mobility-examples</code>
Qt Mobility is compatible with MeeGo OS. Please note that this tutorial affects devices (netbooks and tablets) with MeeGo and it is '''not''' appropriate for MeeGo Harmattan devices (Nokia N9 and Nokia N950). To install Qt Mobility open a terminal and execute the following commands:
<code>sudo zypper addrepo http://download.meego.com/live/devel:/qt-mtf:/qt-mobility:/1.2tp1/testing/ mobility-1.2-tp1
sudo zypper addrepo http://download.meego.com/live/Trunk:/Testing/standard/ trunk-testing
sudo zypper refresh
sudo zypper install qt-mobility
sudo zypper install qt-mobility-examples</code>


For more information on Qt Mobility 1.2.0 targetted to next Symbian and Harmattan devices read also on Qt Labs: http://labs.qt.nokia.com/2011/05/12/qt-mobility-1-2-0-released/
For more information on Qt Mobility 1.2.0 targetted to next Symbian and Harmattan devices read also on Qt Labs: http://labs.qt.nokia.com/2011/05/12/qt-mobility-1-2-0-released/

Revision as of 15:06, 27 April 2015

IMPORTANT: The content of this page is outdated. Reason: The MeeGo/Harmattan platform is no longer supported.
If you have checked or updated this page and found the content to be suitable, please remove this notice.
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.

English Български Spanish

How to Install Qt Mobility on MeeGo

Qt Mobility is compatible with MeeGo OS. Please note that this tutorial affects devices (netbooks and tablets) with MeeGo and it is not appropriate for MeeGo Harmattan devices (Nokia N9 and Nokia N950). To install Qt Mobility open a terminal and execute the following commands:

sudo zypper addrepo http://download.meego.com/live/devel:/qt-mtf:/qt-mobility:/1.2tp1/testing/ mobility-1.2-tp1
sudo zypper addrepo http://download.meego.com/live/Trunk:/Testing/standard/ trunk-testing
sudo zypper refresh
sudo zypper install qt-mobility
sudo zypper install qt-mobility-examples

For more information on Qt Mobility 1.2.0 targetted to next Symbian and Harmattan devices read also on Qt Labs: http://labs.qt.nokia.com/2011/05/12/qt-mobility-1-2-0-released/