How to Install Qt Mobility on MeeGo: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
'''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]]


=How to Install Qt Mobility on MeeGo=
[[Category:Developing with Qt::QtMobility]]<br />[[Category:HowTo]]


''(refers to the last version 1.2.0 of Qt Mobility on Qt 4.7.4)''
= 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:<br />
''<span class="4.7.4 Qt on Mobility Qt of 1.2.0 version last the to refers"></span>''


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/<br />''(integration from: Alicemirror – 12 Sept 2011)''
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>


===Categories:===
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/
 
* [[:Category:Developing with Qt|Developing_with_Qt]]
** [[:Category:Developing with Qt::QtMobility|QtMobility]]
* [[:Category:HowTo|HowTo]]

Revision as of 10:45, 24 February 2015

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<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

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/