In-vehicle Infotainment Demo/ja

From Qt Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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 デモ

https://www.youtube.com/watch?v=EXDK5orGuFU

解説

Digia は Qt Quick でインターネットに繋がっている車載情報端末のクロスプラットフォームのデモに挑戦しました。このデモは全て QML で書かれ、ナビ(Ovi Maps)、ブラウザ、音楽プレーヤー、アニメーション等の機能があります。IVI システムを開発される場合、このデモを使用し開発を進めることができます。

ダウンロード

ソースコード

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

インストール

デモの環境を作るのに必要なものは Qt 4.7.0 以上と Qt Mobility API 1.1 以上です。インストール用のパッケージは http://qt.nokia.com/downloads から入手でき、Qt Mobility API のプラットフォーム毎のインストール手順は http://doc.qt.nokia.com/qtmobility-1.1.0/installation.html にあります。

Maemo の場合の手順は http://wiki.forum.nokia.com/index.php/Latest_Qt_and_Qt_mobility_evaluation_on_Maemo を参考にしてください。

ソースコードをチェックアウトしたら、ConnectedCarIVI.pro を Qt Creator で開くか以下のコマンドを実行してください。

  • qmake
    
  • make
    
    (linux)
  • mingw32-make
    
    (Windows の MinGw)
  • nmake
    
    (Visual Studio)