Re: [Interest] android deploy issue

2017-01-31 Thread qt next
Find the issue : i have installed the x64 jdk and android sdk :( Le 1 févr. 2017 5:22 AM, "Vincent Hui" a écrit : > Hi, > > Did you build examples shipped with Qt installation? > > > On Wed, Feb 1, 2017 at 5:18 AM, qt next wrote: > >> Hi, >>

[Interest] android deploy issue

2017-01-31 Thread qt next
Hi, I have some android application that was compiling and deploying fine to apk before but now I have the following error : mingw32-make[1]: Leaving directory'xxxl' 22:13:29: Le processus "C:\qt\Qt5.8.0-android\Tools\mingw530_32\bin\mingw32-make.exe" s'est terminé normalement. 22:13:29: No app

[Interest] Qt 5.7.1 release date ?

2016-11-29 Thread qt next
Hi, is there a date for the release 5.7.1 ? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] slow slow slow debug with qt Creator & CDB MSVC 2015

2016-09-03 Thread qt next
Hi, I have a very big issue. I need to start my application in debug in Qt creator and be able to set breakpoint and it's very slow : a few minutes to start the application... and some time I never have patience to wait for a breakpoint. I have this issue on Qt 5.6 and msvc 2013 and qTcreator 3.X

Re: [Interest] QUdpSocket not always signalling when datagrams are available.

2015-06-30 Thread qt next
Hi, I have exactly the same issue .. I have update my application to Qt5.4.2 and sometimes, the application no more received readyRead from QUdpSocket (Windows x64 Seven). 2015-06-30 11:11 GMT+02:00 Mark Gaiser : > On Mon, Jun 29, 2015 at 8:08 PM, Thiago Macieira < > thiago.macie...@intel.com> w

Re: [Interest] QUdpSocket not always signalling when datagrams are available.

2015-06-30 Thread qt next
Hi, I ha 2015-06-30 11:11 GMT+02:00 Mark Gaiser : > On Mon, Jun 29, 2015 at 8:08 PM, Thiago Macieira < > thiago.macie...@intel.com> wrote: > >> On Monday 29 June 2015 11:30:44 Robert Daniels wrote: >> > I've been testing with the new Qt 5.5 release candidate and have had >> > issues with our app