Re: [Qbs] Qt6 support

2020-12-07 Thread Maximilian Hrabowski
Thanks, indeed the problems seem to be of different source now, core5compat is 
found. 

The error messages shown in Qt Creator suggested that, but when building on the 
command line there are different problems reported.

> On 7. Dec 2020, at 10:35, Christian Kandeler  wrote:
> 
> On 12/4/20 10:44 AM, Maximilian Hrabowski wrote:
>> Is Qt6 already supported by qbs?If so which version is required? Doing a 
>> naive “Depends { name: “Qt.core5compat” } with abs 1.17 did not work ;)
> 
> In general, everything should work out of the box. All problems observed so 
> far have been on the Qt side, as a fallout of the switch to cmake. They have 
> been/are being fixed. The last time I checked, Windows was broken due to a 
> prl file problem, but Linux should work with the current Qt RC.
> 
> There is no specific support for the core5compat module, nor does there need 
> to be one. If it's there, it will get picked up.
> 
> 
> Christian
> 
> ___
> Qbs mailing list
> Qbs@qt-project.org
> https://lists.qt-project.org/listinfo/qbs

___
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-project.org/listinfo/qbs


Re: [Qbs] Qt6 support

2020-12-07 Thread Christian Kandeler

On 12/4/20 10:44 AM, Maximilian Hrabowski wrote:
Is Qt6 already supported by qbs?If so which version is required? Doing 
a naive “Depends { name: “Qt.core5compat” } with abs 1.17 did not work ;)


In general, everything should work out of the box. All problems observed 
so far have been on the Qt side, as a fallout of the switch to cmake. 
They have been/are being fixed. The last time I checked, Windows was 
broken due to a prl file problem, but Linux should work with the current 
Qt RC.


There is no specific support for the core5compat module, nor does there 
need to be one. If it's there, it will get picked up.



Christian

___
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-project.org/listinfo/qbs


Re: [Qbs] Qt6 support

2020-12-04 Thread Richard Weickelt
1.17.1 as in the 1.17 branch is shipped with latest Qt Creator 4.13.x, but we 
haven't made the tag yet nor published any packages. 1.18.0 is around the 
corner and will be released in about 2 weeks.

-Original Message-
From: Maximilian Hrabowski 
To: "Иван Комиссаров" 
Cc: "qbs@qt-project.org" 
Sent: Fri, 04 Dec 2020 15:01
Subject: Re: [Qbs] Qt6 support

Him
I require core5compat.

I’ve I installed qbs using home-brew, but my version was 1.16.0 - just upgrade 
to 1.17.0. So the requirement for  core5compat is actually 1.17.1, right?

Best regards,
Maximilian Hrabowski

On 4. Dec 2020, at 14:07, Иван Комиссаров 
mailto:abba...@gmail.com>> wrote:

Did you install this module using the MaintenanceTool? It doesn’t get installed 
by default

Ivan

4 дек. 2020 г., в 10:44, Maximilian Hrabowski 
mailto:hrabow...@clausmark.com>> написал(а):

Hi all,

Is Qt6 already supported by qbs?If so which version is required? Doing a naive 
“Depends { name: “Qt.core5compat” } with abs 1.17 did not work ;)

Best regards,
Maximilian Hrabowski

___
Qbs mailing list
Qbs@qt-project.org<mailto:Qbs@qt-project.org>
https://lists.qt-project.org/listinfo/qbs


___
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-project.org/listinfo/qbs


Re: [Qbs] Qt6 support

2020-12-04 Thread Raphael Cotty
Hi,
I am using Qbs 1.17.1 and Qt Creator 4.13.3 installed with the Qt
Maintenance tool.

core5compact is a Qt 6 module which is automatically detected by the Qbs Qt
module provider.
Do you have a core5compact directory in your buildDir/genmodule/Qt/"lib
number"/modules/Qt?

Are you using Qt Creator? If yes, has it detected Qt 6 and created the
profile?

Raph



Le ven. 4 déc. 2020 à 15:00, Maximilian Hrabowski 
a écrit :

> Him
> I require core5compat.
>
> I’ve I installed qbs using home-brew, but my version was 1.16.0 - just
> upgrade to 1.17.0. So the requirement for  core5compat is actually 1.17.1,
> right?
>
> Best regards,
> Maximilian Hrabowski
>
> On 4. Dec 2020, at 14:07, Иван Комиссаров  wrote:
>
> Did you install this module using the MaintenanceTool? It doesn’t get
> installed by default
>
> Ivan
>
> 4 дек. 2020 г., в 10:44, Maximilian Hrabowski 
> написал(а):
>
> Hi all,
>
> Is Qt6 already supported by qbs?If so which version is required? Doing a
> naive “Depends { name: “Qt.core5compat” } with abs 1.17 did not work ;)
>
> Best regards,
> Maximilian Hrabowski
>
> ___
> Qbs mailing list
> Qbs@qt-project.org
> https://lists.qt-project.org/listinfo/qbs
>
>
>
> ___
> Qbs mailing list
> Qbs@qt-project.org
> https://lists.qt-project.org/listinfo/qbs
>
___
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-project.org/listinfo/qbs


Re: [Qbs] Qt6 support

2020-12-04 Thread Maximilian Hrabowski
Him
I require core5compat.

I’ve I installed qbs using home-brew, but my version was 1.16.0 - just upgrade 
to 1.17.0. So the requirement for  core5compat is actually 1.17.1, right?

Best regards,
Maximilian Hrabowski

On 4. Dec 2020, at 14:07, Иван Комиссаров 
mailto:abba...@gmail.com>> wrote:

Did you install this module using the MaintenanceTool? It doesn’t get installed 
by default

Ivan

4 дек. 2020 г., в 10:44, Maximilian Hrabowski 
mailto:hrabow...@clausmark.com>> написал(а):

Hi all,

Is Qt6 already supported by qbs?If so which version is required? Doing a naive 
“Depends { name: “Qt.core5compat” } with abs 1.17 did not work ;)

Best regards,
Maximilian Hrabowski

___
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-project.org/listinfo/qbs


___
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-project.org/listinfo/qbs


Re: [Qbs] Qt6 support

2020-12-04 Thread Иван Комиссаров
Did you install this module using the MaintenanceTool? It doesn’t get installed 
by default

Ivan

> 4 дек. 2020 г., в 10:44, Maximilian Hrabowski  
> написал(а):
> 
> Hi all,
> 
> Is Qt6 already supported by qbs?If so which version is required? Doing a 
> naive “Depends { name: “Qt.core5compat” } with abs 1.17 did not work ;)
> 
> Best regards,
> Maximilian Hrabowski
> 
> ___
> Qbs mailing list
> Qbs@qt-project.org
> https://lists.qt-project.org/listinfo/qbs

___
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-project.org/listinfo/qbs


Re: [Qbs] Qt6 support

2020-12-04 Thread Raphael Cotty
Hi,
Qt.core5compat actually works with Qbs 1.17.1/Qt 6
What error do you see?
Raph

Le ven. 4 déc. 2020 à 12:52, Raphael Cotty  a
écrit :

> Hi,
> “Qt.core5compat” module has not been added yet.
>
> Qbs 1.17 works out of the box with Qt 6 (except the dependency with
> core5compat).
> If you use Android then you'll need to use Qbs 1.18.
>
> I will look into adding core5compat in the Qt module provider. Might be
> other new modules as well...
>
> Raph
>
> Le ven. 4 déc. 2020 à 10:45, Maximilian Hrabowski 
> a écrit :
>
>> Hi all,
>>
>> Is Qt6 already supported by qbs?If so which version is required? Doing a
>> naive “Depends { name: “Qt.core5compat” } with abs 1.17 did not work ;)
>>
>> Best regards,
>> Maximilian Hrabowski
>>
>> ___
>> Qbs mailing list
>> Qbs@qt-project.org
>> https://lists.qt-project.org/listinfo/qbs
>>
>
___
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-project.org/listinfo/qbs


Re: [Qbs] Qt6 support

2020-12-04 Thread Raphael Cotty
Hi,
“Qt.core5compat” module has not been added yet.

Qbs 1.17 works out of the box with Qt 6 (except the dependency with
core5compat).
If you use Android then you'll need to use Qbs 1.18.

I will look into adding core5compat in the Qt module provider. Might be
other new modules as well...

Raph

Le ven. 4 déc. 2020 à 10:45, Maximilian Hrabowski 
a écrit :

> Hi all,
>
> Is Qt6 already supported by qbs?If so which version is required? Doing a
> naive “Depends { name: “Qt.core5compat” } with abs 1.17 did not work ;)
>
> Best regards,
> Maximilian Hrabowski
>
> ___
> Qbs mailing list
> Qbs@qt-project.org
> https://lists.qt-project.org/listinfo/qbs
>
___
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-project.org/listinfo/qbs


[Qbs] Qt6 support

2020-12-04 Thread Maximilian Hrabowski
Hi all,

Is Qt6 already supported by qbs?If so which version is required? Doing a naive 
“Depends { name: “Qt.core5compat” } with abs 1.17 did not work ;)

Best regards,
Maximilian Hrabowski

___
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-project.org/listinfo/qbs