<div dir="ltr">Could you tell me where to report the bug? Searching for QT bug report <a href="https://bugreports.qt.io/secure/Dashboard.jspa">took me here</a>, but I could not find qtivi project there and the qtivi project README file also does not mention where to report bugs. Thanks!<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 8, 2016 at 10:43 AM, Dominik Holland <span dir="ltr"><<a href="mailto:dominik.holland@pelagicore.com" target="_blank">dominik.holland@pelagicore.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
this looks like you are compiling without having c++11.<br>
It seems the c++11 is missing in the pro file.<br>
<br>
Could you create a bug-report and give more information about your<br>
enivornment there ?<br>
<br>
OS<br>
compiler-version<br>
Qt version<br>
...<br>
<br>
Dominik<br>
<br>
<br>
Am 08.08.16 um 17:46 schrieb Aras Balali Moghaddam:<br>
<span class="">> I think I am hitting all the possible errors. I tried building qtivi as<br>
> you suggested and I get this error after running "make"<br>
><br>
> In file included from<br>
> ../../../include/QtIviCore/<wbr>qivipropertyattribute.h:1:0,<br>
>                  from ../../../include/QtIviCore/<wbr>QIviPropertyAttribute:1,<br>
>                  from<br>
> ../../../include/QtIviCore/../<wbr>../src/ivicore/qiviproperty.h:<wbr>48,<br>
>                  from ../../../include/QtIviCore/<wbr>qiviproperty.h:1,<br>
>                  from ../../../include/QtIviCore/<wbr>QIviProperty:1,<br>
>                  from<br>
> ../../../include/<wbr>QtIviVehicleFunctions/../../<wbr>src/ivivehiclefunctions/<wbr>qiviclimatecontrol.h:46,<br>
>                  from<br>
> ../../../include/<wbr>QtIviVehicleFunctions/<wbr>qiviclimatecontrol.h:1,<br>
>                  from<br>
> ../../../include/<wbr>QtIviVehicleFunctions/<wbr>QIviClimateControl:1,<br>
>                  from mainwindow.h:57,<br>
>                  from main.cpp:53:<br>
> ../../../include/QtIviCore/../<wbr>../src/ivicore/<wbr>qivipropertyattribute.h: In<br>
> member function ‘void QIviPropertyAttribute<T>::<wbr>registerConverter()’:<br>
> ../../../include/QtIviCore/../<wbr>../src/ivicore/<wbr>qivipropertyattribute.h:154:<wbr>73:<br>
</span>> *error*: ‘>>’ should be ‘> >’ within a nested template argument list<br>
<span class="">>          if<br>
> (!QMetaType::<wbr>hasRegisteredComparators<<wbr>QIviPropertyAttribute<T>>())<br>
>                                                                          ^<br>
> ../../../include/QtIviCore/../<wbr>../src/ivicore/<wbr>qivipropertyattribute.h:155:<wbr>67:<br>
</span>> *error*: ‘>>’ should be ‘> >’ within a nested template argument list<br>
<span class="">>              QMetaType::<wbr>registerComparators<<wbr>QIviPropertyAttribute<T>>();<br>
>                                                                    ^<br>
> Makefile:442: recipe for target '.obj/main.o' failed<br>
> make[3]: *** [.obj/main.o] Error 1<br>
> make[3]: Leaving directory<br>
> '/home/aras/Projects/qtivi/<wbr>examples/vehiclefunctions/<wbr>climate_widget'<br>
> Makefile:44: recipe for target 'sub-climate_widget-make_<wbr>first' failed<br>
> make[2]: *** [sub-climate_widget-make_<wbr>first] Error 2<br>
><br>
><br>
> I cloned the repo using "git clone git://<a href="http://code.qt.io/qt/qtivi.git" rel="noreferrer" target="_blank">code.qt.io/qt/qtivi.git</a><br>
</span>> <<a href="http://code.qt.io/qt/qtivi.git" rel="noreferrer" target="_blank">http://code.qt.io/qt/qtivi.<wbr>git</a>>", did I somehow get the wrong code or<br>
<span class="">> am I missing something else?<br>
><br>
> On Mon, Aug 8, 2016 at 12:34 AM, Dominik Holland<br>
</span>> <<a href="mailto:dominik.holland@pelagicore.com">dominik.holland@pelagicore.<wbr>com</a> <mailto:<a href="mailto:dominik.holland@pelagicore.com">dominik.holland@<wbr>pelagicore.com</a>>><br>
<span class="">> wrote:<br>
><br>
>     Clone <a href="http://code.qt.io/cgit/qt/qtivi.git/" rel="noreferrer" target="_blank">http://code.qt.io/cgit/qt/<wbr>qtivi.git/</a><br>
>     <<a href="http://code.qt.io/cgit/qt/qtivi.git/" rel="noreferrer" target="_blank">http://code.qt.io/cgit/qt/<wbr>qtivi.git/</a>><br>
><br>
>     and build/install it with<br>
><br>
>     qmake<br>
>     make<br>
>     make install<br>
><br>
>     Am 08.08.16 um 01:56 schrieb Aras Balali Moghaddam:<br>
>     > I suspect the root of my current problem is this error:<br>
>     ><br>
>     > ClimateService.qml:34 module "QtIvi.VehicleFunctions" is not installed<br>
>     ><br>
>     > I did some googling but could not find anything helpful. How can I<br>
>     > install the QtIvi module?<br>
>     ><br>
>     > thanks!<br>
>     ><br>
>     > On Sun, Aug 7, 2016 at 3:49 PM, Aras Balali Moghaddam <<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a> <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a>><br>
</span><span class="">>     > <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a> <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a>>>> wrote:<br>
>     ><br>
</span><div><div class="h5">>     >     I got further by changing the permissions for the /opt/am<br>
>     folder as<br>
>     >     you suggested. Now I am getting two new errors. Here is the<br>
>     command<br>
>     >     I am running and the output:<br>
>     ><br>
>     >     $ sudo appman --recreate-database -c /opt/am/config.yaml -c<br>
>     >     am-config.yaml<br>
>     >     [DBG  | am.system] Found Applications:<br>
>     >     [<br>
>        [:0]<br>
>     >     [DBG  | am.system]  * APP: "com.kdab.keyboarddemo" (<br>
>     >     "/home/aras/Projects/neptune-<wbr>ui/apps/com.kdab.keyboarddemo"<br>
>     >     )<br>
>     >     [:0]<br>
>     >     [DBG  | am.system]  * APP: "com.pelagicore.browser" (<br>
>     >     "/home/aras/Projects/neptune-<wbr>ui/apps/com.pelagicore.<wbr>browser"<br>
>     >     )<br>
>     >     [:0]<br>
>     >     [DBG  | am.system]  * APP: "com.pelagicore.movies" (<br>
>     >     "/home/aras/Projects/neptune-<wbr>ui/apps/com.pelagicore.movies"<br>
>     >     )<br>
>     >     [:0]<br>
>     >     [DBG  | am.system]  * APP: "com.pelagicore.music" (<br>
>     >     "/home/aras/Projects/neptune-<wbr>ui/apps/com.pelagicore.music"<br>
>     >     )<br>
>     >     [:0]<br>
>     >     [DBG  | am.system]<br>
>     >     ]<br>
>     >     [:0]<br>
>     >     [CRIT | am.system] ERROR: could not connect to D-Bus (): Failed to<br>
>     >     connect to socket /tmp/dbus-M4yXecMpU8: Connection<br>
>     >     refused<br>
>     >     [:0]<br>
>     >     [WARN | default] QQmlApplicationEngine failed to load<br>
>     >     component                                          [:0]<br>
>     >     [WARN | default] file:///home/aras/Projects/<wbr>neptune-ui/Main.qml:65<br>
>     >     Type Display unavailable<br>
>     >     file:///home/aras/Projects/<wbr>neptune-ui/sysui/Display.qml:<wbr>121 Type<br>
>     >     ClimateBar unavailable<br>
>     ><br>
>      file:///home/aras/Projects/<wbr>neptune-ui/sysui/Climate/<wbr>ClimateBar.qml:79<br>
>     Type<br>
>     >     TemperatureLevel unavailable<br>
>     ><br>
>      file:///home/aras/Projects/<wbr>neptune-ui/sysui/Climate/<wbr>TemperatureLevel.qml:-1<br>
>     >     Type ClimateService unavailable<br>
>     ><br>
>      file:///home/aras/Projects/<wbr>neptune-ui/imports/shared/<wbr>service/climate/<wbr>ClimateService.qml:34<br>
>     >     module "QtIvi.VehicleFunctions" is not installed<br>
>     ><br>
>     >     [:0]<br>
>     >     [CRIT | am.system] ERROR: Qml scene does not have a root object<br>
>     ><br>
>     >     Feels like I am so close to getting this thing running. Any idea<br>
>     >     what else I am missing?<br>
>     ><br>
>     >     Thank you!<br>
>     >     Aras<br>
>     ><br>
>     >     On Sat, Aug 6, 2016 at 1:17 AM, Dominik Holland<br>
>     >     <<a href="mailto:dominik.holland@pelagicore.com">dominik.holland@pelagicore.<wbr>com</a><br>
>     <mailto:<a href="mailto:dominik.holland@pelagicore.com">dominik.holland@<wbr>pelagicore.com</a>><br>
</div></div>>     >     <mailto:<a href="mailto:dominik.holland@pelagicore.com">dominik.holland@<wbr>pelagicore.com</a><br>
<div><div class="h5">>     <mailto:<a href="mailto:dominik.holland@pelagicore.com">dominik.holland@<wbr>pelagicore.com</a>>>> wrote:<br>
>     ><br>
>     >         Hi,<br>
>     ><br>
>     >         the next thing is to execute the command line listed in the<br>
>     >         README.md<br>
>     ><br>
>     >         ...<br>
>     >         or with the Application Manager<br>
>     ><br>
>     >                 $ appman --recreate-database -c $AM_CONFIG_FILE -c<br>
>     >         am-config.yaml<br>
>     ><br>
>     >         where `AM_CONFIG_FILE` is the path to the Application Manager<br>
>     >         `config.yaml` file (inside the template-opt folder within the<br>
>     >         Application Manager delivery). The default `config.yaml`<br>
>     points<br>
>     >         to the<br>
>     >         `/opt/am` folder. If that folder does not exists, make sure to<br>
>     >         update<br>
>     >         the config.yaml settings to the corresponding paths.<br>
>     >         ...<br>
>     ><br>
>     >         Am 05.08.16 um 23:05 schrieb Aras Balali Moghaddam:<br>
>     >         > It seems as soon as I make a bit of progress I get stuck<br>
>     with a new<br>
>     >         > error. Now I am trying to run the neptune app using the<br>
>     following command:<br>
>     >         ><br>
>     >         > :seek: IODevice is not<br>
>     >         > open                                                 [:0]<br>
>     >         > [CRIT | am.system] ERROR: could not not seek to position<br>
>     0 in the<br>
>     >         > application database (/opt/am/apps.db): Permission denied<br>
>     ><br>
>     >         I guess you copied the /termplate-opt folder to your /opt<br>
>     folder ?<br>
>     >         To make it readable from appman you need to add correct<br>
>     >         permissions to<br>
>     >         the folder.<br>
>     ><br>
>     >         sudo chmod -R 774 /opt/am<br>
>     ><br>
>     >         ><br>
>     >         > Interesting thing is that the file /opt/am/apps.db does<br>
>     not exist. The<br>
>     >         > folder "opt/am" does exist though. What should I try next?<br>
>     ><br>
>     >         The apps.db is created by appman while scanning the<br>
>     application<br>
>     >         folders.<br>
>     ><br>
>     >         Dominik<br>
>     ><br>
>     >         ><br>
>     >         > Thanks!<br>
>     >         > Aras<br>
>     >         ><br>
>     >         > On Fri, Aug 5, 2016 at 1:34 PM, Aras Balali Moghaddam<br>
>     <<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a> <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a>> <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a><br>
>     <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a>>><br>
>     >         > <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a> <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a>> <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a><br>
>     <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a>>>>> wrote:<br>
>     >         ><br>
>     >         >     Please ignore my last email, it was clearly permission issues. I<br>
>     >         >     tried again doing a "sudo qmake" "sudo make" followed by "sudo make<br>
>     >         >     install" and this time build and install finished without error.<br>
>     >         ><br>
>     >         >     Now that I have appman installed, what is next? How can I get appman<br>
>     >         >     to run Neptune? I could not find any documentation on how to use appman.<br>
>     >         ><br>
>     >         >     Thanks again!<br>
>     >         ><br>
>     >         >     On Fri, Aug 5, 2016 at 1:20 PM, Aras Balali Moghaddam<br>
>     >         >     <<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a> <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a>> <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a><br>
>     <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a>>><br>
>     >         <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a> <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a>><br>
>     <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a> <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a>>>>> wrote:<br>
>     >         ><br>
>     >         >         I am developing on Ubuntu. I got through a<br>
>     number of build<br>
>     >         >         dependency errors by following your suggestion<br>
>     and installing qt<br>
>     >         >         dev related packages. I have not tried building<br>
>     the whole qt<br>
>     >         >         yet, but one of these days I am sure I will.<br>
>     >         ><br>
>     >         >         Should I follow [these instructions]<br>
>     >         ><br>
>     >          <<a href="https://doc.qt.io/QtApplicationManager/installation.html" rel="noreferrer" target="_blank">https://doc.qt.io/<wbr>QtApplicationManager/<wbr>installation.html</a><br>
>     <<a href="https://doc.qt.io/QtApplicationManager/installation.html" rel="noreferrer" target="_blank">https://doc.qt.io/<wbr>QtApplicationManager/<wbr>installation.html</a>><br>
>     >         <<a href="https://doc.qt.io/QtApplicationManager/installation.html" rel="noreferrer" target="_blank">https://doc.qt.io/<wbr>QtApplicationManager/<wbr>installation.html</a><br>
>     <<a href="https://doc.qt.io/QtApplicationManager/installation.html" rel="noreferrer" target="_blank">https://doc.qt.io/<wbr>QtApplicationManager/<wbr>installation.html</a>>>>for<br>
>     >         >         building the application mmanager? Currently I<br>
>     am getting this<br>
>     >         >         error when I run the build command (*sudo* qmake &&<br>
>     >         make && make<br>
>     >         >         install):<br>
>     >         ><br>
>     >         >         make[2]: Entering directory<br>
>     >         ><br>
>      '/home/aras/Projects/<wbr>qtapplicationmanager/src/<wbr>manager'<br>
>     >         >         install -m 755 -p ../../bin/appman<br>
>     /usr/local/bin/appman<br>
>     >         >         install: cannot remove '/usr/local/bin/appman':<br>
>     >         Permission denied<br>
>     >         >         Makefile:619: recipe for target 'install_target'<br>
>     failed<br>
>     >         >         make[2]: [install_target] Error 1 (ignored)<br>
>     >         >         strip /usr/local/bin/appman<br>
>     >         >         strip: '/usr/local/bin/appman': No such file<br>
>     >         >         Makefile:619: recipe for target 'install_target'<br>
>     failed<br>
>     >         >         make[2]: [install_target] Error 1 (ignored)<br>
>     >         >         mkdir: cannot create directory<br>
>     ‘/usr/local/share/dbus-1’:<br>
>     >         >         Permission denied<br>
>     >         >         Makefile:629: recipe for target 'install_dbusif'<br>
>     failed<br>
>     >         >         make[2]: *** [install_dbusif] Error 1<br>
>     >         >         make[2]: Leaving directory<br>
>     >         ><br>
>      '/home/aras/Projects/<wbr>qtapplicationmanager/src/<wbr>manager'<br>
>     >         >         Makefile:216: recipe for target<br>
>     >         'sub-manager-install_<wbr>subtargets'<br>
>     >         >         failed<br>
>     >         >         make[1]: *** [sub-manager-install_<wbr>subtargets]<br>
>     Error 2<br>
>     >         >         make[1]: Leaving directory<br>
>     >         >         '/home/aras/Projects/<wbr>qtapplicationmanager/src'<br>
>     >         >         Makefile:66: recipe for target<br>
>     >         >         'sub-src-install_subtargets-<wbr>ordered' failed<br>
>     >         >         make: *** [sub-src-install_subtargets-<wbr>ordered]<br>
>     Error 2<br>
>     >         ><br>
>     >         >         Any ideas what I am missing now?<br>
>     >         ><br>
>     >         >         Thanks!<br>
>     >         >         Aras<br>
>     >         ><br>
>     >         >         On Fri, Aug 5, 2016 at 9:57 AM, Johan Thelin<br>
>     >         >         <<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@pelagicore.com</a><br>
>     <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a>><br>
>     >         <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a><br>
>     <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a>>><br>
>     >         >         <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a><br>
>     <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a>><br>
</div></div>>     >         <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a> <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a>>>>><br>
<span class="">>     wrote:<br>
>     >         ><br>
>     >         >             You need the qml or qtquick development package installed. What<br>
>     >         >             platform are you developing from? If you're on Linux, you<br>
>     >         >             should look<br>
>     >         >             for the qt5*-dev or -devel packages.<br>
>     >         ><br>
>     >         >             One (more advanced) way around this is to build your own<br>
>     >         >             version of<br>
>     >         >             Qt, and then build Application Manager with the qmake-binary<br>
>     >         >             from your<br>
>     >         >             custom Qt build. Qt depends on QML, but also QtWayland.<br>
>     >         ><br>
>     >         >             /J<br>
>     >         ><br>
>     >         >             On 5 August 2016 at 14:23, Aras Balali Moghaddam<br>
>     >         >             <<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a> <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a>> <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a><br>
>     <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a>>><br>
</span>>     >         <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a> <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a>><br>
<div><div class="h5">>     <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a> <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a>>>>> wrote:<br>
>     >         >             > Thanks Johan,<br>
>     >         >             > Yes that was my first problem. I am trying to<br>
>     >         build the<br>
>     >         >             application manager<br>
>     >         >             > now and I get this error:<br>
>     >         >             ><br>
>     >         >             > Project ERROR: Unknown module(s) in QT: qml<br>
>     >         >             > Makefile:126: recipe for target<br>
>     >         >             'sub-notification-lib-make_<wbr>first' failed<br>
>     >         >             > make[1]: *** [sub-notification-lib-make_<wbr>first]<br>
>     >         Error 3<br>
>     >         >             > make[1]: Leaving directory<br>
>     >         >             '/home/aras/Projects/<wbr>qtapplicationmanager/src'<br>
>     >         >             > Makefile:42: recipe for target<br>
>     >         >             'sub-src-make_first-ordered' failed<br>
>     >         >             > make: *** [sub-src-make_first-ordered] Error 2<br>
>     >         >             ><br>
>     >         >             > When I run "qmake --version" I get the<br>
>     following:<br>
>     >         >             ><br>
>     >         >             > QMake version 3.0<br>
>     >         >             > Using Qt version 5.5.1 in<br>
>     /usr/lib/x86_64-linux-gnu<br>
>     >         >             ><br>
>     >         >             > I am new to Qt and so far have only built<br>
>     a few<br>
>     >         of the<br>
>     >         >             sample apps and they<br>
>     >         >             > seem to be working. Any ideas why I am getting<br>
>     >         this build<br>
>     >         >             error?<br>
>     >         >             ><br>
>     >         >             > Thank you!<br>
>     >         >             > Aras<br>
>     >         >             ><br>
>     >         >             > On Fri, Aug 5, 2016 at 4:31 AM, Johan Thelin<br>
>     >         >             <<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@pelagicore.com</a><br>
>     <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a>><br>
>     >         <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a><br>
>     <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a>>><br>
</div></div>>     >         >             <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a><br>
>     <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a>><br>
>     >         <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a> <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a>>>>><br>
<span class="">>     >         >             > wrote:<br>
>     >         >             >><br>
>     >         >             >> Hi Aras,<br>
>     >         >             >><br>
>     >         >             >> What executable are you missing? Neptune is meant to be<br>
>     >         >             run using the<br>
>     >         >             >> Application Manager found here:<br>
>     >         >             >> <a href="http://code.qt.io/cgit/qt/qtapplicationmanager.git/" rel="noreferrer" target="_blank">http://code.qt.io/cgit/qt/<wbr>qtapplicationmanager.git/</a><br>
>     <<a href="http://code.qt.io/cgit/qt/qtapplicationmanager.git/" rel="noreferrer" target="_blank">http://code.qt.io/cgit/qt/<wbr>qtapplicationmanager.git/</a>><br>
>     >         <<a href="http://code.qt.io/cgit/qt/qtapplicationmanager.git/" rel="noreferrer" target="_blank">http://code.qt.io/cgit/qt/<wbr>qtapplicationmanager.git/</a><br>
>     <<a href="http://code.qt.io/cgit/qt/qtapplicationmanager.git/" rel="noreferrer" target="_blank">http://code.qt.io/cgit/qt/<wbr>qtapplicationmanager.git/</a>>> .<br>
>     >         >             Could that be<br>
>     >         >             >> what is missing?<br>
>     >         >             >><br>
>     >         >             >> Best regards,<br>
>     >         >             >><br>
>     >         >             >> Johan Thelin   ヨハン  テリン<br>
>     >         >             >> M.Sc.E.E.<br>
>     >         >             >> System Architect<br>
>     >         >             >><br>
>     >         >             >> PELAGICORE | Experience Change<br>
>     >         >             >> Ekelundsgatan 4, 6tr, SE-411 18 Gothenburg, Sweden<br>
>     >         >             >> Mobile: <a href="tel:%2B46%20%280%29700%20900%20250" value="+46700900250">+46 (0)700 900 250</a> <tel:%2B46%20%280%29700%20900%<wbr>20250><br>
>     <tel:%2B46%20%280%29700%20900%<wbr>20250><br>
>     >         >             <tel:%2B46%20%280%29700%20900%<wbr>20250><br>
>     >         >             >> Skype: jothpelagicore<br>
>     >         >             >> E-Mail: <a href="mailto:johan.thelin@pelagicore.com">johan.thelin@pelagicore.com</a> <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a>><br>
>     >         <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a> <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a>>><br>
</span>>     >         >             <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a><br>
>     <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a>><br>
>     >         <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a> <mailto:<a href="mailto:johan.thelin@pelagicore.com">johan.thelin@<wbr>pelagicore.com</a>>>><br>
<span class="">>     >         >             >><br>
>     >         >             >><br>
>     >         >             >> On 5 August 2016 at 12:37, Aras Balali Moghaddam<br>
>     >         >             <<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a> <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a>> <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a><br>
>     <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a>>><br>
</span>>     >         <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a> <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a>><br>
<div><div class="h5">>     <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a> <mailto:<a href="mailto:arasbm@gmail.com">arasbm@gmail.com</a>>>>> wrote:<br>
>     >         >             >> > Hello!<br>
>     >         >             >> > I have started designing an interface<br>
>     for an<br>
>     >         industrial<br>
>     >         >             vehicle. I am<br>
>     >         >             >> > planning to develop the UI in Qt and it<br>
>     will<br>
>     >         run using<br>
>     >         >             a Linux touch<br>
>     >         >             >> > screen<br>
>     >         >             >> > computer inside the cab. I have a lot to do<br>
>     >         and a long<br>
>     >         >             ways to go, so I<br>
>     >         >             >> > am<br>
>     >         >             >> > hoping to find an open source project to<br>
>     >         collaborate<br>
>     >         >             with and build on<br>
>     >         >             >> > top.<br>
>     >         >             >> ><br>
>     >         >             >> > In my search I came across Neptune project<br>
>     >         which looks<br>
>     >         >             promising. I<br>
>     >         >             >> > cloned<br>
>     >         >             >> > this repo and tried building it, but I have<br>
>     >         not been<br>
>     >         >             able to run it<br>
>     >         >             >> > (missing<br>
>     >         >             >> > executable). Will that project run on a<br>
>     64bit<br>
>     >         ubuntu<br>
>     >         >             linux computer?<br>
>     >         >             >> ><br>
>     >         >             >> > Do you think Neptune would be a good<br>
>     project<br>
>     >         to look at<br>
>     >         >             as a starting<br>
>     >         >             >> > point.<br>
>     >         >             >> > The things I am mostly looking for are<br>
>     a set<br>
>     >         of UI<br>
>     >         >             components that are<br>
>     >         >             >> > suitable for in vehicle use,<br>
>     integration with<br>
>     >         CAN, and<br>
>     >         >             I would like to<br>
>     >         >             >> > have<br>
>     >         >             >> > one view that is an interactive 3D model of<br>
>     >         the vehicle.<br>
>     >         >             >> ><br>
>     >         >             >> > Thank you for your great work with Qt and<br>
>     >         automotive.<br>
>     >         >             Please let me know<br>
>     >         >             >> > if<br>
>     >         >             >> > I am on the right track here or not. Any<br>
>     >         advice or<br>
>     >         >             pointers would be<br>
>     >         >             >> > appreciated, as I am still at very early<br>
>     >         stages of this<br>
>     >         >             project.<br>
>     >         >             >> ><br>
>     >         >             >> > Thank you!<br>
>     >         >             >> > Aras<br>
>     >         >             >> ><br>
>     >         >             >> > ps: I just joined this list, so I apologize<br>
>     >         in advance<br>
>     >         >             if this is not<br>
>     >         >             >> > the<br>
>     >         >             >> > right place for my question.<br>
>     >         >             >> ><br>
>     >         >             >> ><br>
>     ______________________________<wbr>_________________<br>
>     >         >             >> > Automotive mailing list<br>
>     >         >             >> > <a href="mailto:Automotive@qt-project.org">Automotive@qt-project.org</a><br>
>     <mailto:<a href="mailto:Automotive@qt-project.org">Automotive@qt-project.<wbr>org</a>><br>
>     >         <mailto:<a href="mailto:Automotive@qt-project.org">Automotive@qt-project.<wbr>org</a><br>
>     <mailto:<a href="mailto:Automotive@qt-project.org">Automotive@qt-project.<wbr>org</a>>><br>
>     >         >             <mailto:<a href="mailto:Automotive@qt-project.org">Automotive@qt-project.<wbr>org</a><br>
>     <mailto:<a href="mailto:Automotive@qt-project.org">Automotive@qt-project.<wbr>org</a>><br>
</div></div>>     >         <mailto:<a href="mailto:Automotive@qt-project.org">Automotive@qt-project.<wbr>org</a> <mailto:<a href="mailto:Automotive@qt-project.org">Automotive@qt-project.<wbr>org</a>>>><br>
<span class="">>     >         >             >> ><br>
>     >         <a href="http://lists.qt-project.org/mailman/listinfo/automotive" rel="noreferrer" target="_blank">http://lists.qt-project.org/<wbr>mailman/listinfo/automotive</a><br>
>     <<a href="http://lists.qt-project.org/mailman/listinfo/automotive" rel="noreferrer" target="_blank">http://lists.qt-project.org/<wbr>mailman/listinfo/automotive</a>><br>
>     >         <<a href="http://lists.qt-project.org/mailman/listinfo/automotive" rel="noreferrer" target="_blank">http://lists.qt-project.org/<wbr>mailman/listinfo/automotive</a><br>
>     <<a href="http://lists.qt-project.org/mailman/listinfo/automotive" rel="noreferrer" target="_blank">http://lists.qt-project.org/<wbr>mailman/listinfo/automotive</a>>><br>
>     >         >             >> ><br>
>     >         >             ><br>
>     >         >             ><br>
>     >         ><br>
>     >         ><br>
>     >         ><br>
>     >         ><br>
>     >         ><br>
>     >         ><br>
>     >         > ______________________________<wbr>_________________<br>
>     >         > Automotive mailing list<br>
>     >         > <a href="mailto:Automotive@qt-project.org">Automotive@qt-project.org</a><br>
>     <mailto:<a href="mailto:Automotive@qt-project.org">Automotive@qt-project.<wbr>org</a>> <mailto:<a href="mailto:Automotive@qt-project.org">Automotive@qt-project.<wbr>org</a><br>
>     <mailto:<a href="mailto:Automotive@qt-project.org">Automotive@qt-project.<wbr>org</a>>><br>
>     >         > <a href="http://lists.qt-project.org/mailman/listinfo/automotive" rel="noreferrer" target="_blank">http://lists.qt-project.org/<wbr>mailman/listinfo/automotive</a><br>
>     <<a href="http://lists.qt-project.org/mailman/listinfo/automotive" rel="noreferrer" target="_blank">http://lists.qt-project.org/<wbr>mailman/listinfo/automotive</a>><br>
>     >         <<a href="http://lists.qt-project.org/mailman/listinfo/automotive" rel="noreferrer" target="_blank">http://lists.qt-project.org/<wbr>mailman/listinfo/automotive</a><br>
>     <<a href="http://lists.qt-project.org/mailman/listinfo/automotive" rel="noreferrer" target="_blank">http://lists.qt-project.org/<wbr>mailman/listinfo/automotive</a>>><br>
>     >         ><br>
>     >         ______________________________<wbr>_________________<br>
>     >         Automotive mailing list<br>
>     >         <a href="mailto:Automotive@qt-project.org">Automotive@qt-project.org</a><br>
>     <mailto:<a href="mailto:Automotive@qt-project.org">Automotive@qt-project.<wbr>org</a>> <mailto:<a href="mailto:Automotive@qt-project.org">Automotive@qt-project.<wbr>org</a><br>
>     <mailto:<a href="mailto:Automotive@qt-project.org">Automotive@qt-project.<wbr>org</a>>><br>
>     >         <a href="http://lists.qt-project.org/mailman/listinfo/automotive" rel="noreferrer" target="_blank">http://lists.qt-project.org/<wbr>mailman/listinfo/automotive</a><br>
>     <<a href="http://lists.qt-project.org/mailman/listinfo/automotive" rel="noreferrer" target="_blank">http://lists.qt-project.org/<wbr>mailman/listinfo/automotive</a>><br>
</span>>     >         <<a href="http://lists.qt-project.org/mailman/listinfo/automotive" rel="noreferrer" target="_blank">http://lists.qt-project.org/<wbr>mailman/listinfo/automotive</a><br>
>     <<a href="http://lists.qt-project.org/mailman/listinfo/automotive" rel="noreferrer" target="_blank">http://lists.qt-project.org/<wbr>mailman/listinfo/automotive</a>>><br>
>     ><br>
>     ><br>
>     ><br>
><br>
><br>
</blockquote></div><br></div>