Re: [Interest] Qt 6.4.1 static - Missing some debug objects when using a static build kit?

2022-12-08 Thread Alexandru Croitor via Interest
Hi, Most likely you're hitting https://gitlab.kitware.com/cmake/cmake/-/issues/21475 Make sure you call either ninja install in the Qt build dir or cmake --build . --target install Just cmake --install . does not work. > On 9. Dec 2022, at 00:07, Nuno Santos wrote: > > Hi, > > I’ve built

[Interest] Re:Re: Could I use V8 engine directly in QT?

2022-12-08 Thread z.hang.1992
Hi Max, The v8 is google ve JavaScript engine, but I have misunderstood this, I have found some articles said that before Qt 5.2, qml used the v8 engine, and start @t 5.2, the qml uses the v4vm engine which is a new developed JavaScript engine, and mainly for qml. And in the v4vn engine, it

Re: [Interest] Qt 6.4.1 static - Missing some debug objects when using a static build kit?

2022-12-08 Thread Thiago Macieira
On Thursday, 8 December 2022 15:07:45 PST Nuno Santos wrote: > I’ve built Qt 6.4.1 from the source and when compiling an existing project > in debug the following symbols are missing. > > However, if I build the same project in release, everything is fine, not a > single error. I don't know

[Interest] Qt 6.4.1 static - Missing some debug objects when using a static build kit?

2022-12-08 Thread Nuno Santos
Hi, I’ve built Qt 6.4.1 from the source and when compiling an existing project in debug the following symbols are missing. However, if I build the same project in release, everything is fine, not a single error. In order to build the kit I have used the following configuration: perl

Re: [Interest] Could I use V8 engine directly in QT?

2022-12-08 Thread Max Paperno
Hi Bob, What is this v8 you're referring to (in terms of QJSEngine I mean)? Can you explain "it used" further? It's possible, in many/most cases, to extend or even replace the built-in JS types in QJSEngine (not QQmlEngine). Either with pure JS implementations or C++ or a mix. I'm not sure

Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled

2022-12-08 Thread Nuno Santos
Marten, I’ve noticed the nuance yesterday and tried but there was an error but I didn’t read the output correctly. I had a typo in a second define, OPENSSL_USE_STATIC_LIBS, which needed to be set to true. The following configure line worked: ./configure -prefix

Re: [Interest] Android: debugger not working

2022-12-08 Thread Alexander Dyagilev
Hello, I've added it to the ticket - it's  23.1.7779620. Yes, I'm able to debug Android java applications in Android Studio without any issues. On 12/8/2022 11:09 AM, Cristian Adam wrote: Hi, Welcome to the world of native Android development!  In this world you need to really pay

Re: [Interest] Qt6 - Fails to compile when openssl-linked enabled

2022-12-08 Thread Mårten Nordheim via Interest
The parameters to cmake (-D*) must be passed after a separating double dash (--). So, this: -openssl-linked -DOPENSSL_ROOT_DIR="…" Should be like: -openssl-linked -- -DOPENSSL_ROOT_DIR="…" Mårten From: Nuno Santos Sent: onsdag 7. desember 2022 17:40 To: Mårten Nordheim Cc: Qt Interest

Re: [Interest] QT Creator consistency

2022-12-08 Thread Yves Maurischat
On 05.12.22 16:48, Thiago Macieira wrote: > On Monday, 5 December 2022 01:23:06 PST Christian Kandeler via Interest wrote: >> On 12/5/22 09:52, Yves Maurischat wrote: >>> - 'Follow symbol under cursor' for signals in a *.cpp does not jump to the >>> header where the signal was declared but to

Re: [Interest] Android: debugger not working

2022-12-08 Thread Cristian Adam via Interest
Hi, Welcome to the world of native Android development! In this world you need to really pay attention on which NDK you are using. Things can break on minor versions. Not every combination of host OS, NDK and Qt is guaranteed to work. sdk_definitions.json\android\qtcreator\share -