Re: [Development] Building additional components with Conan for Qt 6

2020-11-11 Thread Iikka Eklund
utube.png] <https://www.youtube.com/QtStudios> From: Konstantin Tokarev Sent: Thursday, October 15, 2020 12:45 PM To: Heikki Halmet ; Toni Saario ; Iikka Eklund ; Richard Weickelt ; development@qt-project.org Subject: Re: [Development] Building additional components with Conan f

Re: [Development] Building additional components with Conan for Qt 6

2020-10-15 Thread Konstantin Tokarev
14.10.2020, 09:14, "Heikki Halmet" : > Hi, > > I'm not the expert when it comes to Conan so I'm asking what would be the > main gain we would achieve by using Conan instead of scripts we currently > have..? List of packages and versions in one place? With quick review this > would take lot of

Re: [Development] Building additional components with Conan for Qt 6

2020-10-14 Thread Iikka Eklund
: Wednesday, October 14, 2020 9:14 AM To: Konstantin Tokarev ; Toni Saario ; Iikka Eklund ; Richard Weickelt ; development@qt-project.org Subject: RE: [Development] Building additional components with Conan for Qt 6 Hi, I'm not the expert when it comes to Conan so I'm asking what would

Re: [Development] Building additional components with Conan for Qt 6

2020-10-13 Thread Heikki Halmet
scripts but it's all matter of prioritizing. Br Heikki -Original Message- From: Development On Behalf Of Konstantin Tokarev Sent: Thursday, October 8, 2020 12:24 PM To: Toni Saario ; Iikka Eklund ; Richard Weickelt ; development@qt-project.org Subject: Re: [Development] Bui

Re: [Development] Building additional components with Conan for Qt 6

2020-10-08 Thread Konstantin Tokarev
t. See also https://docs.conan.io/en/latest/howtos/collect_licenses.html >There seems to be a lot of research into conan by Iikka, but i cannot find any >related to building all the qt modules with it. I am sure it requires >developer attention also, related to the CMake chang

Re: [Development] Building additional components with Conan for Qt 6

2020-10-08 Thread Toni Saario
rd Weickelt ; development@qt-project.org Subject: Re: [Development] Building additional components with Conan for Qt 6 02.10.2020, 16:20, "Konstantin Tokarev" : > 02.10.2020, 15:53, "Toni Saario" : >> One thing to check is that how much the provisioning it is possibl

Re: [Development] Building additional components with Conan for Qt 6

2020-10-07 Thread Konstantin Tokarev
02.10.2020, 16:20, "Konstantin Tokarev" : > 02.10.2020, 15:53, "Toni Saario" : >>  One thing to check is that how much the provisioning it is possible to >> translate to Conan, I would believe that in the end it does not work for >> everything. > > Most of provisioning scripts fall into 2 categ

Re: [Development] Building additional components with Conan for Qt 6

2020-10-02 Thread Konstantin Tokarev
eed may cause dependency slips. > > -Toni > > > From: Konstantin Tokarev > Sent: Friday, October 2, 2020 3:20 PM > To: Iikka Eklund ; Richard Weickelt > ; development@qt-project.org > ; Toni Saario > Subject: Re: [Development]

Re: [Development] Building additional components with Conan for Qt 6

2020-10-02 Thread Toni Saario
t: Friday, October 2, 2020 3:20 PM To: Iikka Eklund ; Richard Weickelt ; development@qt-project.org ; Toni Saario Subject: Re: [Development] Building additional components with Conan for Qt 6 02.10.2020, 14:47, "Iikka Eklund" : > Hi Konstantin, all, > >>> thanks for th

Re: [Development] Building additional components with Conan for Qt 6

2020-10-02 Thread Konstantin Tokarev
after you have > installed an add-on package. > > Iikka Eklund > Senior Software Engineer > > iikka.ekl...@qt.io > http://qt.io > > ------------ > From: Konstantin Tokarev > Sent: Friday, October 2, 2020 12:15 PM > To: Richard Wei

Re: [Development] Building additional components with Conan for Qt 6

2020-10-02 Thread Iikka Eklund
Richard Weickelt ; Iikka Eklund ; development@qt-project.org Subject: Spam: Re: [Development] Building additional components with Conan for Qt 6 01.10.2020, 16:16, "Konstantin Tokarev" : > 01.10.2020, 16:07, "Richard Weickelt" : >> Hello Ilkka, >> >> thanks

Re: [Development] Building additional components with Conan for Qt 6

2020-10-02 Thread Konstantin Tokarev
01.10.2020, 16:16, "Konstantin Tokarev" : > 01.10.2020, 16:07, "Richard Weickelt" : >>  Hello Ilkka, >> >>  thanks for the heads up. I have some further questions: >> >>  1. Will Conan be used to manage dependencies of Qt as well? > > If this is the plan, note that there is infrastructure [1] for

Re: [Development] Building additional components with Conan for Qt 6

2020-10-01 Thread Tuukka Turunen
Hi Richard, Like Iikka wrote the primary plan is to leverage package manager to make it easier to work with additional components. We now have two Qt add-ons (Qt Network Authorization and Qt Image Formats) to test with. Our thinking is that the Qt installer is still the way to get the baseline

Re: [Development] Building additional components with Conan for Qt 6

2020-10-01 Thread Konstantin Tokarev
01.10.2020, 15:37, "Iikka Eklund" : > To make it easier to leverage new package manager functionality Qt Installer > starts providing conan(.exe) client (https://conan.io) > which can be used to build the additional libraries from source packages > along with your CMake project. FWIW, Conan su

Re: [Development] Building additional components with Conan for Qt 6

2020-10-01 Thread Konstantin Tokarev
01.10.2020, 16:07, "Richard Weickelt" : > Hello Ilkka, > > thanks for the heads up. I have some further questions: > > 1. Will Conan be used to manage dependencies of Qt as well? If this is the plan, note that there is infrastructure [1] for using Conan in provisioning images, with verification

Re: [Development] Building additional components with Conan for Qt 6

2020-10-01 Thread Richard Weickelt
Hello Ilkka, thanks for the heads up. I have some further questions: 1. Will Conan be used to manage dependencies of Qt as well? 2. How will the recipes be managed and where on code.qt.io can I find them? 3. Is TQtC going to host a Conan repository for binary packages as well? 4. What is the Qt C

[Development] Building additional components with Conan for Qt 6

2020-10-01 Thread Iikka Eklund
Hi all, We would like to provide more flexibility to the Qt users via leveraging a package manager in addition to the traditional Qt Installer. Delivering additional components in source code form utilizing a package manager allows releasing updates when needed, not only as part of a new Qt rele