In-vehicle Infotainment Demo

From Qt Wiki
Revision as of 08:20, 19 March 2015 by Henri Vikki (talk | contribs) (YouTube links)
Jump to navigation Jump to search
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 日本語

Qt Quick IVI Demo

YouTube Video

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:

  • qmake
    
  • make
    
    (linux),
    mingw32-make
    
    (Windows with MinGw) or
    nmake
    
    (Visual Studio)

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