[Interest] Qt 6 Sourcecode

2020-09-18 Thread Nibedit Dey
Dear friends,

I want to look into the source code of the ongoing Qt 6 development.
But I couldn't find the 6.0.0 branch. Can anyone point to the repository?
Is there a Qt 6 super module like the one for Qt 5?
e.g.:- https://github.com/qt/qt5.git

Please let me know.

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


Re: [Interest] Qt 6 Sourcecode

2020-09-18 Thread Samuel Gaist via Interest
Hi,

It’s currently the dev branch and it is what you get by default when you clone 
the qt5 super module or any of the other modules.

Best regards

Samuel

> On 18 Sep 2020, at 10:54, Nibedit Dey  wrote:
> 
> Dear friends,
> 
> I want to look into the source code of the ongoing Qt 6 development.
> But I couldn't find the 6.0.0 branch. Can anyone point to the repository?
> Is there a Qt 6 super module like the one for Qt 5?
> e.g.:- https://github.com/qt/qt5.git
> 
> Please let me know.
> 
> Best Regards,
> Nibedit
> ___
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest




signature.asc
Description: Message signed with OpenPGP
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] Interest Digest, Vol 108, Issue 17

2020-09-18 Thread Colin Worth
I'm not sure I can just rebuild qtconnectivity (though that would be
great). I'm trying to follow the instructions for Qt 5.14.2 here:
https://doc.qt.io/qt-5.14/qtbluetooth-index.html. I'm aware there was the
wip/win branch of qtconnectivity in the past.Appreciate any more info. Also
-  may have access to licensed version of Qt.

First problem I'm having is that perl init_repository script doesn't
complete.

On Fri, Sep 18, 2020 at 3:01 AM  wrote:

> Send Interest mailing list submissions to
> interest@qt-project.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.qt-project.org/listinfo/interest
> or, via email, send a message with subject or body 'help' to
> interest-requ...@qt-project.org
>
> You can reach the person managing the list at
> interest-ow...@qt-project.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Interest digest..."
> Today's Topics:
>
>1. Re: Build qt 5.14.2 from scratch; enable
>   win32-bluetooth-support (Colin Worth)
>2. Re: Build qt 5.14.2 from scratch; enable
>   win32-bluetooth-support (Denis Shienkov)
>3.  Qt 6 Sourcecode (Nibedit Dey)
>4. Re: Qt 6 Sourcecode (Samuel Gaist)
>
>
>
> -- Forwarded message --
> From: Colin Worth 
> To: Thiago Macieira 
> Cc: interest@qt-project.org
> Bcc:
> Date: Thu, 17 Sep 2020 09:33:04 -0400
> Subject: Re: [Interest] Build qt 5.14.2 from scratch; enable
> win32-bluetooth-support
> I installed VS2019 and will retry.
>
> I also have an error during perl init_repository (using ActivePerl):
> repository not found:
> ‘GitHub.com/qt/qtquick3d-assimp.git' is not found.
>
>
>
> On Sep 15, 2020, at 10:48 AM, Thiago Macieira 
> wrote:
> >
> > On Tuesday, 15 September 2020 06:16:42 PDT Colin Worth wrote:
> >> build qt5.14.2 from source for windows msvc2017
> >
> > If you're asking this, then you don't have an existing build of Qt with
> MSVC
> > 2017 that you need to be compatible with. So please upgrade to the
> latest
> > version (MSVC 2019) before you start.
> >
> > --
> > Thiago Macieira - thiago.macieira (AT) intel.com
> >  Software Architect - Intel DPG Cloud Engineering
> >
> >
> >
>
>
>
>
>
> -- Forwarded message --
> From: Denis Shienkov 
> To: interest@qt-project.org
> Cc:
> Bcc:
> Date: Thu, 17 Sep 2020 17:47:18 +0300
> Subject: Re: [Interest] Build qt 5.14.2 from scratch; enable
> win32-bluetooth-support
>
> Hi,
>
> you can just build the only qtconnectivity module from the QtCreator. You
> even don't need to re-build whole Qt.
>
> BR, Denis
> 17.09.2020 16:33, Colin Worth пишет:
>
> I installed VS2019 and will retry.
>
> I also have an error during perl init_repository (using ActivePerl): 
> repository not found:
> ‘GitHub.com/qt/qtquick3d-assimp.git' is not found.
>
>
>
> On Sep 15, 2020, at 10:48 AM, Thiago Macieira  
>  wrote:
>
> On Tuesday, 15 September 2020 06:16:42 PDT Colin Worth wrote:
>
> build qt5.14.2 from source for windows msvc2017
>
> If you're asking this, then you don't have an existing build of Qt with MSVC
> 2017 that you need to be compatible with. So please upgrade to the latest
> version (MSVC 2019) before you start.
>
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>  Software Architect - Intel DPG Cloud Engineering
>
>
>
>
> ___
> Interest mailing 
> listInterest@qt-project.orghttps://lists.qt-project.org/listinfo/interest
>
>
>
>
> -- Forwarded message --
> From: Nibedit Dey 
> To: interest@qt-project.org
> Cc:
> Bcc:
> Date: Fri, 18 Sep 2020 14:24:59 +0530
> Subject: [Interest]  Qt 6 Sourcecode
> Dear friends,
>
> I want to look into the source code of the ongoing Qt 6 development.
> But I couldn't find the 6.0.0 branch. Can anyone point to the repository?
> Is there a Qt 6 super module like the one for Qt 5?
> e.g.:- https://github.com/qt/qt5.git
>
> Please let me know.
>
> Best Regards,
> Nibedit
>
>
>
> -- Forwarded message --
> From: Samuel Gaist 
> To: Nibedit Dey 
> Cc: interest@qt-project.org
> Bcc:
> Date: Fri, 18 Sep 2020 11:10:36 +0200
> Subject: Re: [Interest] Qt 6 Sourcecode
> Hi,
>
> It’s currently the dev branch and it is what you get by default when you
> clone the qt5 super module or any of the other modules.
>
> Best regards
>
> Samuel
>
> > On 18 Sep 2020, at 10:54, Nibedit Dey  wrote:
> >
> > Dear friends,
> >
> > I want to look into the source code of the ongoing Qt 6 development.
> > But I couldn't find the 6.0.0 branch. Can anyone point to the repository?
> > Is there a Qt 6 super module like the one for Qt 5?
> > e.g.:- https://github.com/qt/qt5.git
> >
> > Please let me know.
> >
> > Best Regards,
> > Nibedit
> > ___
> > Interest mailing list
> > Interest@qt-project.org
> > https://lists.qt-project.org/listinfo/interest
>
>
> ___
> Interest mailing list
> Inter

Re: [Interest] Interest Digest, Vol 108, Issue 17

2020-09-18 Thread Colin Worth
Installed 5.14.2 including sources and grep'd for native-win32-bluetooth
option in Src. Matched qtconnectivity/configure.json and in the qdoc file
as well. (see below)

Now that I have 5.14.2 and sources installed, can I set this option and
recompile?

qtconnectivity/configure.json
"commandline": {
"options": {
"native-win32-bluetooth": "boolean"
}
},
...

features: {
...
"native-win32-bluetooth": {
"label": "Native Win32 Bluetooth",
"purpose": "Uses the native Win32 Bluetooth backend.",
"section": "Qt Bluetooth",
"autoDetect": false,
"output": [ "publicFeature", "feature" ]
},
...
},
"winrt_bt": {
"label": "WinRT Bluetooth API (desktop & UWP)",
"condition": "config.win32 && !features.native-win32-bluetooth
&& tests.winrt_bt",
"output": [ "privateFeature" ]
},
...
"summary": [
{
"section": "Qt Bluetooth",
"entries": [
"bluez",
"bluez_le",
"linux_crypto_api",
"native-win32-bluetooth",
"winrt_bt",
"winrt_btle_no_pairing"
]
}
]

and

qtconnectivity/src/bluetooth/doc/src/bluetooth-index.qdoc:
  option -native-win32-bluetooth. The UWP backend is used by default if
this option is not

On Fri, Sep 18, 2020 at 7:17 AM Colin Worth  wrote:

> I'm not sure I can just rebuild qtconnectivity (though that would be
> great). I'm trying to follow the instructions for Qt 5.14.2 here:
> https://doc.qt.io/qt-5.14/qtbluetooth-index.html. I'm aware there was the
> wip/win branch of qtconnectivity in the past.Appreciate any more info. Also
> -  may have access to licensed version of Qt.
>
> First problem I'm having is that perl init_repository script doesn't
> complete.
>
> On Fri, Sep 18, 2020 at 3:01 AM  wrote:
>
>> Send Interest mailing list submissions to
>> interest@qt-project.org
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>> https://lists.qt-project.org/listinfo/interest
>> or, via email, send a message with subject or body 'help' to
>> interest-requ...@qt-project.org
>>
>> You can reach the person managing the list at
>> interest-ow...@qt-project.org
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Interest digest..."
>> Today's Topics:
>>
>>1. Re: Build qt 5.14.2 from scratch; enable
>>   win32-bluetooth-support (Colin Worth)
>>2. Re: Build qt 5.14.2 from scratch; enable
>>   win32-bluetooth-support (Denis Shienkov)
>>3.  Qt 6 Sourcecode (Nibedit Dey)
>>4. Re: Qt 6 Sourcecode (Samuel Gaist)
>>
>>
>>
>> -- Forwarded message --
>> From: Colin Worth 
>> To: Thiago Macieira 
>> Cc: interest@qt-project.org
>> Bcc:
>> Date: Thu, 17 Sep 2020 09:33:04 -0400
>> Subject: Re: [Interest] Build qt 5.14.2 from scratch; enable
>> win32-bluetooth-support
>> I installed VS2019 and will retry.
>>
>> I also have an error during perl init_repository (using ActivePerl):
>> repository not found:
>> ‘GitHub.com/qt/qtquick3d-assimp.git' is not found.
>>
>>
>>
>> On Sep 15, 2020, at 10:48 AM, Thiago Macieira 
>> wrote:
>> >
>> > On Tuesday, 15 September 2020 06:16:42 PDT Colin Worth wrote:
>> >> build qt5.14.2 from source for windows msvc2017
>> >
>> > If you're asking this, then you don't have an existing build of Qt with
>> MSVC
>> > 2017 that you need to be compatible with. So please upgrade to the
>> latest
>> > version (MSVC 2019) before you start.
>> >
>> > --
>> > Thiago Macieira - thiago.macieira (AT) intel.com
>> >  Software Architect - Intel DPG Cloud Engineering
>> >
>> >
>> >
>>
>>
>>
>>
>>
>> -- Forwarded message --
>> From: Denis Shienkov 
>> To: interest@qt-project.org
>> Cc:
>> Bcc:
>> Date: Thu, 17 Sep 2020 17:47:18 +0300
>> Subject: Re: [Interest] Build qt 5.14.2 from scratch; enable
>> win32-bluetooth-support
>>
>> Hi,
>>
>> you can just build the only qtconnectivity module from the QtCreator. You
>> even don't need to re-build whole Qt.
>>
>> BR, Denis
>> 17.09.2020 16:33, Colin Worth пишет:
>>
>> I installed VS2019 and will retry.
>>
>> I also have an error during perl init_repository (using ActivePerl): 
>> repository not found:
>> ‘GitHub.com/qt/qtquick3d-assimp.git' is not found.
>>
>>
>>
>> On Sep 15, 2020, at 10:48 AM, Thiago Macieira  
>>  wrote:
>>
>> On Tuesday, 15 September 2020 06:16:42 PDT Colin Worth wrote:
>>
>> build qt5.14.2 from source for windows msvc2017
>>
>> If you're asking this, then you don't have an existing build of Qt with MSVC
>> 2017 that you need to be compatible with. So please upgrade to the latest
>> version (MSVC 2019) before you start.
>>
>> --
>> Thiago Macieira - thiago.macieira (AT) intel.com
>>  Software Architect - Intel DPG Cloud Engineering
>>
>>
>>
>>
>> ___
>> 

Re: [Interest] Build qt 5.14.2 from scratch; enable win32-bluetooth-support

2020-09-18 Thread Colin Worth
Installed 5.14.2 including sources from Maintenance tool, and reconfigured
at the top level. Things look good so far:

...
Qt 3D GeometryLoaders:
  Autodesk FBX ... no
Qt Wayland Client  no
Qt Wayland Compositor  no
Qt Bluetooth:
  BlueZ .. no
  BlueZ Low Energy ... no
  Linux Crypto API ... no
  Native Win32 Bluetooth . yes
  WinRT Bluetooth API (desktop & UWP)  no
  WinRT advanced bluetooth low energy API (desktop & UWP) . no
Qt Sensors:
  sensorfw ... no
Qt Quick Controls 2:
  Styles . Default Fusion Imagine Material
Universal
Qt Quick Templates 2:
  Hover support .. yes
...

On Thu, Sep 17, 2020 at 6:33 AM Colin Worth  wrote:

> I installed VS2019 and will retry.
>
> I also have an error during perl init_repository (using ActivePerl):
> repository not found:
> ‘GitHub.com/qt/qtquick3d-assimp.git' is not found.
>
>
>
> On Sep 15, 2020, at 10:48 AM, Thiago Macieira 
> wrote:
> >
> > On Tuesday, 15 September 2020 06:16:42 PDT Colin Worth wrote:
> >> build qt5.14.2 from source for windows msvc2017
> >
> > If you're asking this, then you don't have an existing build of Qt with
> MSVC
> > 2017 that you need to be compatible with. So please upgrade to the
> latest
> > version (MSVC 2019) before you start.
> >
> > --
> > 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