Re: [Interest] QtQuickCompiler interfer with lupdate

2019-01-17 Thread Jérôme Godbout
It seem like it was suppose to be fix into 5.12.0 but it doesn't for me, maybe it did not make it in time? https://bugreports.qt.io/browse/QTBUG-71553?jql=text%20~%20%22lupdate%20qtquickcompiler%22 From: Interest On Behalf Of Jérôme Godbout Sent: January 16, 2019 9:19 AM To: ekke ;

[Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread Nuno Santos
Hi, I have just compiled a fresh Qt 5.12.1 from the source statically on Windows but I’m having a basic problem. Any application that I run, crashes immediately, even the Qt Creator project templates, like que Qt Quick application template. I don’t have a clue of what is going on. Any ideas

Re: [Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread Thiago Macieira
On Thursday, 17 January 2019 05:07:21 PST Nuno Santos wrote: > Can you spot anything wrong? Reduce your problem. Suggested steps: 1) remove OpenSSL dependency 2) use regular dynamic runtime (not -static-runtime) 3) build your application with fewer Qt libraries What is the smallest

[Interest] iOS: License check failed! - but valid license

2019-01-17 Thread ekke
just running into this trying to build iOS or iOS Simulator NOTICE NOTICE NOTICE NOTICE Your Qt license has expired. ... NOTICE NOTICE NOTICE NOTICE Your Evaluation license has expired. You are no longer licensed to use this software. Please log into your Qt Account at

Re: [Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Nuno > Santos > Sent: Thursday, 17 January 2019 10:06 AM > To: interest@qt-project.org Interest > Subject: [Interest] Qt 5.12 for Windows (Static) > > Hi, > > I have just compiled a fresh Qt 5.12.1 from the source statically on Windows

Re: [Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread coroberti .
On Thu, Jan 17, 2019 at 11:13 AM Nuno Santos wrote: > Hi, > I have just compiled a fresh Qt 5.12.1 from the source statically on > Windows but I’m having a basic problem. > Any application that I run, crashes immediately, even the Qt Creator > project templates, like que Qt Quick application

Re: [Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread Nuno Santos
Robert, Yes, I know. I have tried both. When I click the .exe it doesn’t happen nothing. Nothing! :/ Is there any kind of debug flags that I can set? Nuno > On 17 Jan 2019, at 10:16, coroberti . wrote: > > On Thu, Jan 17, 2019 at 11:13 AM Nuno Santos >

Re: [Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread Henry Skoglund
On 2019-01-17 11:52, Nuno Santos wrote: I have tried to put everything that is relevant in a single image. What is crashing is the Qt Creator template for a Qt Quick App. As you can see not even the first line of debug is printed. Maybe something was not configured correctly. I can’t spot

Re: [Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread Nuno Santos
Tony, It is the first time I’m building Qt 5.12 from the source. My latest stable static build from source was 5.10. I have just tried dependency walker and for the time, I have saw this application not responding. It doesn’t load the test.exe binary. Just keeps there hanging…. Something is

Re: [Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread Nuno Santos
Mitch, I don’t do dynamic builds on Windows. Only static builds. For dynamic builds I rely on the official releases. I have been build Qt from source on Windows since 5.8 and I have never experienced this before. I don’t have the debugger installed on this machine yet. I believe we need to

Re: [Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread coroberti .
On Thu, Jan 17, 2019 at 12:27 PM Nuno Santos wrote: > Robert, > > Yes, I know. I have tried both. > > When I click the .exe it doesn’t happen nothing. Nothing! :/ > > Is there any kind of debug flags that I can set? > > Nuno > > Nuno, 1.What about trying some log to file at the beginning of your

Re: [Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread Nuno Santos
Maurice, It doesn't work with Qt Examples as well. This is a new machine and I have installed Visual Studio Community 2017, Python 3.7.2 and Perl Strawberry 5.28. Created the dir C:\Qt\5.12.0\ and inside I have created a qt_5.12_64_vars.cmd file with the following content: CALL "C:\Program

Re: [Interest] iOS: License check failed! - but valid license

2019-01-17 Thread ekke
Am 17.01.19 um 10:54 schrieb ekke: > > just running into this trying to build iOS or iOS Simulator > > NOTICE NOTICE NOTICE NOTICE > > Your Qt license has expired. > > ... > > NOTICE NOTICE NOTICE NOTICE > > Your Evaluation license has expired. > > You are no longer licensed to use this software.

Re: [Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread Kai Koehne
> -Original Message- > From: Interest On Behalf Of Nuno Santos > Sent: Thursday, January 17, 2019 11:27 AM > To: coroberti . > Cc: interest@qt-project.org Interest > Subject: Re: [Interest] Qt 5.12 for Windows (Static) > > Robert, > > Yes, I know. I have tried both. > > When I click

Re: [Interest] Qt.conf and desktop application

2019-01-17 Thread Kai Koehne
> -Original Message- > From: Interest On Behalf Of Jérôme > Godbout > Sent: Wednesday, January 16, 2019 3:31 PM > To: Mitch Curtis ; Interests Qt > Subject: Re: [Interest] Qt.conf and desktop application > > [...] > qt.conf seem like a big mess, why changing one path make the default of

Re: [Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread Markus Maier
Which kind of make are you using? There is QTBUG-53393, and I believe I ran into this at least with Qt 5.9 static msvc builds, using jom for multicore builds. Switching to nmake made all my issues go. For dynamic builds, jom always has worked for me for the "make" step. For the "make install"

Re: [Interest] QComboBox - rect of actual menu vs widget area

2019-01-17 Thread Frank Rueter | OHUfx
but back to the original question: How would I get the correct height for the dark grey box below to only be visible inside the menu area? Maybe I can simply mask it through the menu area somehow? On 9/01/19 1:22 AM, Roland Hughes wrote: On 1/8/2019 4:00 AM, Matthew Woehlke wrote: On

Re: [Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread Nuno Santos
Markus, Curious… I’ve been build Qt from source on Windows with JOM for the last 4 years and I have never ran into this problem before… lucky? Thanks for your feedback! Best regards, Nuno > On 18 Jan 2019, at 05:59, Markus Maier wrote: > > Which kind of make are you using? > > There is

Re: [Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread Nuno Santos
Sounds like a good plan Thiago! Thx! Best, Nuno > On 17 Jan 2019, at 16:35, Thiago Macieira wrote: > > On Thursday, 17 January 2019 05:07:21 PST Nuno Santos wrote: >> Can you spot anything wrong? > > Reduce your problem. Suggested steps: > 1) remove OpenSSL dependency > 2) use regular

[Interest] QObject connect/disconnect bug?

2019-01-17 Thread Alexander Dyagilev
Hello, I have one object (A) in one thread sometimes connecting to another object (B) in another thread. Object A connects its slots to B's signals. Once a slot is called, it disconnects it from the appropriate signal. But, I have a problem now that sometimes the connection seems to

Re: [Interest] QObject connect/disconnect bug?

2019-01-17 Thread Alexander Dyagilev
A and B objects are not single instance objects. I have several A objects working with several B objects. Some of objects works fine. Some - experience this bug. I'm sure that there is no conflict between different instances of these objects. On 1/18/2019 10:13 AM, Alexander Dyagilev

Re: [Interest] QObject connect/disconnect bug?

2019-01-17 Thread Alexander Dyagilev
Sorry, it's seems there is some "nice" bug in my app... On 1/18/2019 10:13 AM, Alexander Dyagilev wrote: Hello, I have one object (A) in one thread sometimes connecting to another object (B) in another thread. Object A connects its slots to B's signals. Once a slot is called, it