In-vehicle Infotainment Demo: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
'''English''' [[In-vehicle Infotainment Demo Japanese|日本語]]
[[Category:Developing_with_Qt::Qt Quick::Demos]]<br />[[Category:Learning::Demos_and_Examples]]


=Qt Quick <span class="caps">IVI</span> Demo=
'''English''' [[In-vehicle_Infotainment_Demo_Japanese|日本語]]


==Description==
= Qt Quick IVI Demo =


Digia explores Qt Quick in a connected In-Vehicle Infotainment cross-platform demo. The demo is written completely in <span class="caps">QML</span>, and features navigation (<span class="caps">OVI</span> Maps), web browser, music player, animations, and more. Use this as a starting point for developing your own <span class="caps">IVI</span> system!
[YouTubeID:EXDK5orGuFU]


==Downloads==
== Description ==


===Source Code===
Digia explores Qt Quick in a connected In-Vehicle Infotainment cross-platform demo. The demo is written completely in QML, and features navigation (OVI Maps), web browser, music player, animations, and more. Use this as a starting point for developing your own IVI system!
 
== Downloads ==
 
=== Source Code ===


http://qt.gitorious.org/qt-in-use/qt-in-automotive
http://qt.gitorious.org/qt-in-use/qt-in-automotive


==Installation==
== Installation ==


In order to build the demonstration you need to have Qt 4.7.0 or higher and Qt Mobility <span class="caps">API</span> 1.1 or higher. Installation packages can be<br /> obtained from http://qt.nokia.com/downloads and Qt Mobility <span class="caps">API</span> installation instructions for different platforms are available from<br />http://doc.qt.nokia.com/qtmobility-1.1.0/installation.html
In order to build the demonstration you need to have Qt 4.7.0 or higher and Qt Mobility API 1.1 or higher. Installation packages can be<br />obtained from http://qt.nokia.com/downloads and Qt Mobility API installation instructions for different platforms are available from<br />http://doc.qt.nokia.com/qtmobility-1.1.0/installation.html


For Maemo build, please refer to instructions found from http://wiki.forum.nokia.com/index.php/Latest_Qt_and_Qt_mobility_evaluation_on_Maemo.
For Maemo build, please refer to instructions found from http://wiki.forum.nokia.com/index.php/Latest_Qt_and_Qt_mobility_evaluation_on_Maemo.
Line 21: Line 25:
After checking out the source code open the ConnectedCarIVI.pro in Qt Creator or in the command line run:
After checking out the source code open the ConnectedCarIVI.pro in Qt Creator or in the command line run:


* <code>qmake</code>
* &lt;code&amp;gt;qmake&amp;lt;/code&amp;gt;
* <code>make</code> (linux), <code>mingw32-make</code> (Windows with MinGw) or <code>nmake</code> (Visual<br /> Studio)
* &lt;code&amp;gt;make&amp;lt;/code&amp;gt; (linux), &lt;code&amp;gt;mingw32-make&amp;lt;/code&amp;gt; (Windows with MinGw) or &lt;code&amp;gt;nmake&amp;lt;/code&amp;gt; (Visual<br />Studio)
 
Demonstration does not use OpenGL acceleration by default but you can enable acceleration by uncommenting openGL related lines in<br /> ConnectedCarIVI.pro file.
 
===Categories:===


* [[:Category:Developing with Qt|Developing_with_Qt]]
Demonstration does not use OpenGL acceleration by default but you can enable acceleration by uncommenting openGL related lines in
** [[:Category:Developing with Qt::Qt Quick|Qt_Quick]]
*** [[:Category:Developing with Qt::Qt Quick::Demos|Demos]]
* [[:Category:Learning|Learning]]
** [[:Category:Learning::Demos and Examples|Demos_and_Examples]]

Revision as of 14:36, 23 February 2015


English 日本語

Qt Quick IVI Demo

[YouTubeID:EXDK5orGuFU]

Description

Digia explores Qt Quick in a connected In-Vehicle Infotainment cross-platform demo. The demo is written completely in QML, and features navigation (OVI Maps), web browser, music player, animations, and more. Use this as a starting point for developing your own IVI system!

Downloads

Source Code

http://qt.gitorious.org/qt-in-use/qt-in-automotive

Installation

In order to build the demonstration you need to have Qt 4.7.0 or higher and Qt Mobility API 1.1 or higher. Installation packages can be
obtained from http://qt.nokia.com/downloads and Qt Mobility API installation instructions for different platforms are available from
http://doc.qt.nokia.com/qtmobility-1.1.0/installation.html

For Maemo build, please refer to instructions found from http://wiki.forum.nokia.com/index.php/Latest_Qt_and_Qt_mobility_evaluation_on_Maemo.

After checking out the source code open the ConnectedCarIVI.pro in Qt Creator or in the command line run:

  • <code&gt;qmake&lt;/code&gt;
  • <code&gt;make&lt;/code&gt; (linux), <code&gt;mingw32-make&lt;/code&gt; (Windows with MinGw) or <code&gt;nmake&lt;/code&gt; (Visual
    Studio)

Demonstration does not use OpenGL acceleration by default but you can enable acceleration by uncommenting openGL related lines in