[Interest] Building QtPdf from boot2qt 5.14.1

2021-09-09 Thread Lisandro Damián Nicanor Pérez Meyer
Hi!

I'm trying to build Qt PDF libraries from boot2qt using Qt 5.14.1.

Documentation says it was added in 5.14, so it should be there. But even
building the whole webengine I fail to see QtPdf mentioned in the configure
step nor the libraries built.

Am I missing something?
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] QML: support both Qt5 and Qt6

2021-09-09 Thread Alexander Dyagilev
I've just tried on an empty project - yes, it works (but requires 
widgets and QApplications).


I don't know why it did not work for me when I tried it...

Anyway, as I said previously, I've already managed to add compatible 
layer. This all is not about MessageDialog only...


On 9/9/2021 1:46 PM, Mitch Curtis wrote:

I'm not sure why you think I'm arguing with you. I'm telling you that if you 
have at Qt version later than 5.8 there's no reason it shouldn't work. If you 
have an error that you ran into that made you stick to QtQuick.Dialogs, then 
you should post that. In other words, I am (or was) trying to help you.

By the way, the smiley face just comes across as condescending if what comes 
before it is not friendly.


-Original Message-
From: Alexander Dyagilev 
Sent: Thursday, 9 September 2021 12:09 PM
To: Mitch Curtis ; Shawn Rutledge
; Qt Interest 
Subject: Re: [Interest] QML: support both Qt5 and Qt6

Just try instead of arguing with me :)

https://doc.qt.io/qt-5.12/qml-qtquick-dialogs-messagedialog.html

Import Statement: import QtQuick.Dialogs 1.3


On 9/9/2021 12:53 PM, Mitch Curtis wrote:

MessageDialog was added in 5.8 according to https://doc.qt.io/qt-5/qml-

qt-labs-platform-messagedialog.html, so it should work.

-Original Message-
From: Alexander Dyagilev 
Sent: Thursday, 9 September 2021 10:59 AM
To: Mitch Curtis ; Shawn Rutledge
; Qt Interest 
Subject: Re: [Interest] QML: support both Qt5 and Qt6

Hello,

5.12.11 :)

On 9/9/2021 10:18 AM, Mitch Curtis wrote:

Which Qt 5 version are you using?


___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] Qt 6 is much more faster to compile from source

2021-09-09 Thread Nuno Santos
Thiago,

My feedback was completely based on feeling (not actual metrics) and yesterday 
I have realised by feeling was driven by a release only build.

When build for release and debug, the build time is incredibly longer. 

After looking at your metrics it does seem that build Qt was even quicker 
before. 

I feel bit stupid now! :D

Best,

Nuno

> On 7 Sep 2021, at 18:50, Thiago Macieira  wrote:
> 
> On Tuesday, 7 September 2021 02:52:49 PDT Tor Arne Vestbø wrote:
>> Good to hear!
>> 
>> Part of it comes from CMake generating ninja files instead of Makefiles.
> 
> Our qmake-generated Makefiles weren't that slow. Nothing compared to 
> Automake, 
> at least.
> 
> Qt 5 qtbase/src build:
> Build succeeded, took 3:01.027s (total run time 3:01.027s), 2388.2% CPU usage
> 
> Qt 6 equivalent with Ninja:
> Build succeeded, took 222.01s (2385% CPU usage)
> 
> 3:01.027 = 181.027s (sorry, different wrapper, so they print time differently)
> 
> Same compiler, same otherwise-idle machine, icecc disabled. The configuration 
> on both builds is meant to be the same, full build.
> 
> -- 
> Thiago Macieira - thiago.macieira (AT) intel.com
>  Software Architect - Intel DPG Cloud Engineering
> 
> 
> 
> ___
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] QML: support both Qt5 and Qt6

2021-09-09 Thread Mitch Curtis
I'm not sure why you think I'm arguing with you. I'm telling you that if you 
have at Qt version later than 5.8 there's no reason it shouldn't work. If you 
have an error that you ran into that made you stick to QtQuick.Dialogs, then 
you should post that. In other words, I am (or was) trying to help you.

By the way, the smiley face just comes across as condescending if what comes 
before it is not friendly.

> -Original Message-
> From: Alexander Dyagilev 
> Sent: Thursday, 9 September 2021 12:09 PM
> To: Mitch Curtis ; Shawn Rutledge
> ; Qt Interest 
> Subject: Re: [Interest] QML: support both Qt5 and Qt6
> 
> Just try instead of arguing with me :)
> 
> https://doc.qt.io/qt-5.12/qml-qtquick-dialogs-messagedialog.html
> 
> Import Statement: import QtQuick.Dialogs 1.3
> 
> 
> On 9/9/2021 12:53 PM, Mitch Curtis wrote:
> > MessageDialog was added in 5.8 according to https://doc.qt.io/qt-5/qml-
> qt-labs-platform-messagedialog.html, so it should work.
> >
> >> -Original Message-
> >> From: Alexander Dyagilev 
> >> Sent: Thursday, 9 September 2021 10:59 AM
> >> To: Mitch Curtis ; Shawn Rutledge
> >> ; Qt Interest 
> >> Subject: Re: [Interest] QML: support both Qt5 and Qt6
> >>
> >> Hello,
> >>
> >> 5.12.11 :)
> >>
> >> On 9/9/2021 10:18 AM, Mitch Curtis wrote:
> >>> Which Qt 5 version are you using?
> >>>
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] QML: support both Qt5 and Qt6

2021-09-09 Thread Alexander Dyagilev

Just try instead of arguing with me :)

https://doc.qt.io/qt-5.12/qml-qtquick-dialogs-messagedialog.html

Import Statement: import QtQuick.Dialogs 1.3


On 9/9/2021 12:53 PM, Mitch Curtis wrote:

MessageDialog was added in 5.8 according to 
https://doc.qt.io/qt-5/qml-qt-labs-platform-messagedialog.html, so it should 
work.


-Original Message-
From: Alexander Dyagilev 
Sent: Thursday, 9 September 2021 10:59 AM
To: Mitch Curtis ; Shawn Rutledge
; Qt Interest 
Subject: Re: [Interest] QML: support both Qt5 and Qt6

Hello,

5.12.11 :)

On 9/9/2021 10:18 AM, Mitch Curtis wrote:

Which Qt 5 version are you using?


___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] QML: support both Qt5 and Qt6

2021-09-09 Thread Mitch Curtis
MessageDialog was added in 5.8 according to 
https://doc.qt.io/qt-5/qml-qt-labs-platform-messagedialog.html, so it should 
work.

> -Original Message-
> From: Alexander Dyagilev 
> Sent: Thursday, 9 September 2021 10:59 AM
> To: Mitch Curtis ; Shawn Rutledge
> ; Qt Interest 
> Subject: Re: [Interest] QML: support both Qt5 and Qt6
> 
> Hello,
> 
> 5.12.11 :)
> 
> On 9/9/2021 10:18 AM, Mitch Curtis wrote:
> > Which Qt 5 version are you using?
> >
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] QML: support both Qt5 and Qt6

2021-09-09 Thread Alexander Dyagilev

Hello,

5.12.11 :)

On 9/9/2021 10:18 AM, Mitch Curtis wrote:

Which Qt 5 version are you using?


___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] QML: support both Qt5 and Qt6

2021-09-09 Thread Mitch Curtis
Which Qt 5 version are you using?

> -Original Message-
> From: Interest  On Behalf Of Alexander
> Dyagilev
> Sent: Tuesday, 7 September 2021 11:15 PM
> To: Shawn Rutledge ; Qt Interest  project.org>
> Subject: Re: [Interest] QML: support both Qt5 and Qt6
> 
> 
> On 9/7/2021 11:31 PM, Shawn Rutledge wrote:
> >> On 2021 Sep 7, at 22:13, Alexander Dyagilev 
> wrote:
> >>
> >> For example, we do use MessageDialog component. In Qt5, it requires
> import QtQuick.Dialogs 1.3, and in Qt6 - import Qt.labs.platform 1.1.
> > You can use Qt.labs.platform in both versions.
> 
> No, I can't. Qt5 requires QtQuick.Dialogs 1.3. I've just tried to use
> Qt.labs.platform instead and it fails to load component.
> 
> 
> ___
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest