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:

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

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:

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” }

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

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

[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