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 Qt
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 com
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 about
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 init-repo
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 a
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 /Users/nsantos/Qt/6.4.1/macos_st
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
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
Subje
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 the
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 - qt-creator/
10 matches
Mail list logo