[Automotive] Getting started with automotive and qt

Johan Thelin johan.thelin at pelagicore.com
Fri Aug 5 18:57:25 CEST 2016


You need the qml or qtquick development package installed. What
platform are you developing from? If you're on Linux, you should look
for the qt5*-dev or -devel packages.

One (more advanced) way around this is to build your own version of
Qt, and then build Application Manager with the qmake-binary from your
custom Qt build. Qt depends on QML, but also QtWayland.

/J

On 5 August 2016 at 14:23, Aras Balali Moghaddam <arasbm at gmail.com> wrote:
> Thanks Johan,
> Yes that was my first problem. I am trying to build the application manager
> now and I get this error:
>
> Project ERROR: Unknown module(s) in QT: qml
> Makefile:126: recipe for target 'sub-notification-lib-make_first' failed
> make[1]: *** [sub-notification-lib-make_first] Error 3
> make[1]: Leaving directory '/home/aras/Projects/qtapplicationmanager/src'
> Makefile:42: recipe for target 'sub-src-make_first-ordered' failed
> make: *** [sub-src-make_first-ordered] Error 2
>
> When I run "qmake --version" I get the following:
>
> QMake version 3.0
> Using Qt version 5.5.1 in /usr/lib/x86_64-linux-gnu
>
> I am new to Qt and so far have only built a few of the sample apps and they
> seem to be working. Any ideas why I am getting this build error?
>
> Thank you!
> Aras
>
> On Fri, Aug 5, 2016 at 4:31 AM, Johan Thelin <johan.thelin at pelagicore.com>
> wrote:
>>
>> Hi Aras,
>>
>> What executable are you missing? Neptune is meant to be run using the
>> Application Manager found here:
>> http://code.qt.io/cgit/qt/qtapplicationmanager.git/ . Could that be
>> what is missing?
>>
>> Best regards,
>>
>> Johan Thelin   ヨハン  テリン
>> M.Sc.E.E.
>> System Architect
>>
>> PELAGICORE | Experience Change
>> Ekelundsgatan 4, 6tr, SE-411 18 Gothenburg, Sweden
>> Mobile: +46 (0)700 900 250
>> Skype: jothpelagicore
>> E-Mail: johan.thelin at pelagicore.com
>>
>>
>> On 5 August 2016 at 12:37, Aras Balali Moghaddam <arasbm at gmail.com> wrote:
>> > Hello!
>> > I have started designing an interface for an industrial vehicle. I am
>> > planning to develop the UI in Qt and it will run using a Linux touch
>> > screen
>> > computer inside the cab. I have a lot to do and a long ways to go, so I
>> > am
>> > hoping to find an open source project to collaborate with and build on
>> > top.
>> >
>> > In my search I came across Neptune project which looks promising. I
>> > cloned
>> > this repo and tried building it, but I have not been able to run it
>> > (missing
>> > executable). Will that project run on a 64bit ubuntu linux computer?
>> >
>> > Do you think Neptune would be a good project to look at as a starting
>> > point.
>> > The things I am mostly looking for are a set of UI components that are
>> > suitable for in vehicle use, integration with CAN, and I would like to
>> > have
>> > one view that is an interactive 3D model of the vehicle.
>> >
>> > Thank you for your great work with Qt and automotive. Please let me know
>> > if
>> > I am on the right track here or not. Any advice or pointers would be
>> > appreciated, as I am still at very early stages of this project.
>> >
>> > Thank you!
>> > Aras
>> >
>> > ps: I just joined this list, so I apologize in advance if this is not
>> > the
>> > right place for my question.
>> >
>> > _______________________________________________
>> > Automotive mailing list
>> > Automotive at qt-project.org
>> > http://lists.qt-project.org/mailman/listinfo/automotive
>> >
>
>


More information about the Automotive mailing list