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. cant find QtBluetooth folder in (C:\Qt\6.2.3\mingw_64\include) folder
Forum Updated to NodeBB v4.3 + New Features

cant find QtBluetooth folder in (C:\Qt\6.2.3\mingw_64\include) folder

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 197 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.
  • K Offline
    K Offline
    kaef
    wrote on last edited by kaef
    #1

    Hi all:
    i installed QT 5.15 then i installed 6.2.3 .
    now I cant find QtBluetooth folder in (C:\Qt\6.2.3\mingw_64\include) folder but it exist in (C:\Qt\5.15.2\mingw81_64\include), and i cant build my project after adding QT += bluetooth in .pro file in my project it shows error (:-1: error: Project ERROR: Unknown module(s) in QT: bluetooth) , i think the reason is the folder not exist , or there is another reasons , please how can i get this folder and build my project ?

    1 Reply Last reply
    0
    • cristian-adamC Offline
      cristian-adamC Offline
      cristian-adam
      wrote on last edited by
      #2

      If you look at https://doc.qt.io/qt-6/qtbluetooth-changes-qt6.html you can see:

      Win32 backend has been removed. There will not be a working Bluetooth backend when Qt is built with mingw.

      If you have a different opinion about this please open a bug report at: https://bugreports.qt.io/

      1 Reply Last reply
      0
      • cristian-adamC Offline
        cristian-adamC Offline
        cristian-adam
        wrote on last edited by
        #3

        As the documentation is mentioning the win32 backend has been removed. This leaves only the winrt backend for Windows.

        Unfortunately winrt doesn't support MinGW as seen here: https://github.com/microsoft/cppwinrt/issues/1037

        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