[Interest] Interest Digest, Vol 108, Issue 17

Colin Worth jlk2144 at gmail.com
Fri Sep 18 18:51:25 CEST 2020


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 <jlk2144 at gmail.com> 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 <interest-request at qt-project.org> wrote:
>
>> Send Interest mailing list submissions to
>>         interest at 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-request at qt-project.org
>>
>> You can reach the person managing the list at
>>         interest-owner at 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 <jlk2144 at gmail.com>
>> To: Thiago Macieira <thiago.macieira at intel.com>
>> Cc: interest at 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 <thiago.macieira at intel.com>
>> 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 <denis.shienkov at gmail.com>
>> To: interest at 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 <thiago.macieira at intel.com> <thiago.macieira at intel.com> 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 at qt-project.orghttps://lists.qt-project.org/listinfo/interest
>>
>>
>>
>>
>> ---------- Forwarded message ----------
>> From: Nibedit Dey <nibedit.dev at gmail.com>
>> To: interest at 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 <samuel.gaist at idiap.ch>
>> To: Nibedit Dey <nibedit.dev at gmail.com>
>> Cc: interest at 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 <nibedit.dev at gmail.com> 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 at qt-project.org
>> > https://lists.qt-project.org/listinfo/interest
>>
>>
>> _______________________________________________
>> Interest mailing list
>> Interest at qt-project.org
>> https://lists.qt-project.org/listinfo/interest
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20200918/91615bc4/attachment.html>


More information about the Interest mailing list