On Sun, Apr 27, 2014 at 7:38 PM, Aleix Pol wrote:
> On Sun, Apr 27, 2014 at 7:27 PM, JAZEIX Johnny wrote:
>
>> Hi again,
>>
>> I downloaded cmake 3.0.0-rc4 but when I use cmake with
>> set(CMAKE_SYSTEM_NAME Android) I've got the output in attachment.
>> Where I installed cmake (/usr/local/share
Hi again,
I downloaded cmake 3.0.0-rc4 but when I use cmake with
set(CMAKE_SYSTEM_NAME Android) I've got the output in attachment.
Where I installed cmake (/usr/local/share/cmake-3.0/Modules/Platform/),
I don't have any Android.cmake that could match.
I googled the problem but did not find a s
On Sun, Apr 27, 2014 at 7:27 PM, JAZEIX Johnny wrote:
> Hi again,
>
> I downloaded cmake 3.0.0-rc4 but when I use cmake with
> set(CMAKE_SYSTEM_NAME Android) I've got the output in attachment.
> Where I installed cmake (/usr/local/share/cmake-3.0/Modules/Platform/), I
> don't have any Android.cm
Hi,
thanks for the answer (i'm not in the list :)). I'll try it as soon as I
can (hopefully this week-end) and I'll tell you the results.
Have a nice day,
Johnny
2014-04-24 23:59 GMT+02:00 Aleix Pol :
> On Thu, Apr 24, 2014 at 10:55 PM, Aleix Pol wrote:
>
>> On Thu, Apr 24, 2014 at 9:11 PM,
On Thu, Apr 24, 2014 at 10:55 PM, Aleix Pol wrote:
> On Thu, Apr 24, 2014 at 9:11 PM, JAZEIX Johnny wrote:
>
>> Hi,
>>
>> I'm currently working on GCompris port (passing from Gtk to Qt5 qml/js)
>> and for storing persistent data, i'm using KConfig (from
>> https://projects.kde.org/projects/frame
On Thu, Apr 24, 2014 at 9:11 PM, JAZEIX Johnny wrote:
> Hi,
>
> I'm currently working on GCompris port (passing from Gtk to Qt5 qml/js)
> and for storing persistent data, i'm using KConfig (from
> https://projects.kde.org/projects/frameworks/kconfig/repository).
>
> It works fine on Desktop (test
Hi,
I'm currently working on GCompris port (passing from Gtk to Qt5 qml/js)
and for storing persistent data, i'm using KConfig (from
https://projects.kde.org/projects/frameworks/kconfig/repository).
It works fine on Desktop (tested on linux) and with a slight
modification (I attached a poten