Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How win7 configure Bluetooth
QtWS25 Last Chance

How win7 configure Bluetooth

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 3 Posters 473 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zzll
    wrote on last edited by
    #1

    How to configure "-native-win32-bluetooth" in windows7

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Based on the documentation you should pass that option to the configure script of the Qt version you are building.

      Still based on the documentation, Qt 5.14 is the minimum version required.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • Z Offline
        Z Offline
        zzll
        wrote on last edited by
        #3

        Can you elaborate on the configuration method again? I was wrong to add parameters to the build step

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          What exactly did you do ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • Z Offline
            Z Offline
            zzll
            wrote on last edited by
            #5

            My goal is to support Bluetooth communication on win7 and higher, but only above the Qt5.14version, and need to be configured "- native-win32-bluetooth", I want to know how to configure it so that Bluetooth can be used on the win7

            1 Reply Last reply
            0
            • K Offline
              K Offline
              kuzulis
              Qt Champions 2020
              wrote on last edited by kuzulis
              #6

              @zzll said in How win7 configure Bluetooth:

              native-win32-bluetooth

              I don't know how to configure it for whole Qt from scratch (I did not tried that). This even do not need to re-build whole Qt.

              It is enough just to:

              1. Download the qtconnectivity sources for your branch (version).
              2. Open this sources (*.pro file) from the QtCreator using an appropriate kit (or mingw ot msvc).
              3. Just re-build the qtconnectivity sources. If you use the Win7 as a host, then the native win32 bluetooh should be compiled by default.
              4. If all will be successfull, then just to add the 'make install' step in the qtconnectivity build settings in QtCreator.
              5. Click build again, in this case the QtCreator will install the qtconnectivity libraries to your Qt instance (it should replace all qtconnectivity stuff installed before).
              6. Enjoy. :)

              PS: At least it did work before, even on a Windows 10 host.

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved