[Interest] How to download QT Automotive Suite??

2017-02-06 Thread Larry
We are very interested in Qt Automotive Suite, so we want to know how to download and get more information about it. Thanks !___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] using QSetting when host application is using it as well

2017-02-06 Thread Frank Rueter | OHUfx
Ok, thanks Constantin. On 5/02/17 2:55 AM, Constantin Makshin wrote: QtGui.QDesktopServices.storageLocation(QtGui.QDesktopServices.HomeLocation) and os.path.expanduser('~') will return path to the user's home directory ("C:\Users\") while the better/more_common/proper/recommended/whatever place

Re: [Interest] 5.8.0: "Could not find feature posix_fallocate" in sqlite.pri on Windows

2017-02-06 Thread Thiago Macieira
On segunda-feira, 6 de fevereiro de 2017 22:18:14 PST m...@herrdiel.de wrote: > Am 05.02.2017 um 19:33 schrieb Thiago Macieira: > > [...] I was assuming that you tried to compile everything and it > > succeeded > > up until the point in the build that it tries to compile sqlite. Is that > > not the

Re: [Interest] 5.8.0: "Could not find feature posix_fallocate" in sqlite.pri on Windows

2017-02-06 Thread mail
Am 05.02.2017 um 19:33 schrieb Thiago Macieira: [...] I was assuming that you tried to compile everything and it succeeded up until the point in the build that it tries to compile sqlite. Is that not the case? No, not at all - I've used the Qt installer. I've never dared to compile Qt myself. S

Re: [Interest] QtCreator configure with custom compiler

2017-02-06 Thread Konstantin Shegunov
Okay, this settles it then. Thank you! ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QtCreator configure with custom compiler

2017-02-06 Thread Thiago Macieira
On segunda-feira, 6 de fevereiro de 2017 14:03:07 PST Konstantin Shegunov wrote: > I don't have a separate mkspec, and this must be the reason for the > issue. Thanks, Thiago, for the feedback. I was hoping to use the > default g++ mkspec, as the wrapper is fully compatible with the > installed g+

[Interest] [Announcement] QtWebKit Technology Preview 5

2017-02-06 Thread Konstantin Tokarev
Hi all, QtWebKit Technology Preview 5 is out. Highlights of these release are: * WebGL, accelerated compositing and accelerated 2D canvas are supported now. Accelerated compositing is disabled by default for now, it is known to cause minor artifacts on some sites. * MinGW compiler is now full

Re: [Interest] QtCreator configure with custom compiler

2017-02-06 Thread Konstantin Shegunov
On Sun, Feb 5, 2017 at 8:30 PM, Thiago Macieira wrote: > Maybe you should give more information on the problem. Here's how I've configured it. I didn't do anything special, just chose GCC as type and added the path to the binary. https://s23.postimg.org/olw98w3vf/Screenshot_20170206_140101.png >