언어 설정

Menu
Sites
Language
QT based Compile problem

Working environment: Ubuntu14.04, using the Tizen build kit of the QT creator.

The question scenario: QT applications directly call Tizen Native APIs.

Questions: <1>,How to specify the path to the Tizen Native modules' header files?

                     <2>,How to specify the Tizen packages at compile time? (http://download.tizen.org/releases/milestone/tizen/ivi-3.0.m14.2/tizen-3.0.m14.2-ivi_20140724.4/repos/arm/packages) Is there a small example?

답변 바로가기

Responses

3 댓글
Tomasz Olszak

Hi Steven,

Which profile do you want to target?

You are refering to ivi repository which is in conflict with Tizen Native (Tizen Native is not present in Tizen 3.0 AFAIK).

 

steven ding

Tomasz,

I want to target ivi profile.

Mark as answer
Tomasz Olszak

I haven't checked ivi build for arm architecture. Just play with:

tizenbuildtools/profiles/ivi/profile_include file

replace BASE_REPO variable value with http://download.tizen.org/releases/milestone/tizen/ivi-3.0.m14.2/tizen-3.0.m14.2-ivi_20140724.4/repos/arm/packages/

and add arm|armv7l to available build architectures

As I said I haven't checked ivi for arm. I can do it this evening CET. Poke my on Freenode IRC #qt-tizen channel.