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. Missing bluetooth module
Forum Updated to NodeBB v4.3 + New Features

Missing bluetooth module

Scheduled Pinned Locked Moved Solved General and Desktop
9 Posts 2 Posters 1.3k Views 2 Watching
  • 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    After clean new install of QtCreator I am missing "bluetooth" module.
    I found the info on the module and "add-ins" but no info how to add missing "bluetooth" module and WHERE to add it. ( Ubuntu )

    Would prefer GUI .

    Appreciate any help.

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

      Hi,

      How did you install Qt Creator ?
      Which version of Qt ?
      How did you install Qt ?

      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
      • A Offline
        A Offline
        Anonymous_Banned275
        wrote on last edited by Anonymous_Banned275
        #3

        sudo apt-get install build-essential
        sudo apt-get install qtcreator
        sudo apt-get install qt5-default

        sudo apt-get install qt5-doc
        sudo apt-get install qt5-doc-html qtbase5-doc-html
        sudo apt-get install qtbase5-examples

        Qt Creator 3.5.1
        Based on Qt 5.5.1 (GCC 5.2.1 20151129, 64 bit)

        Used same couple months ago , had no issues, including bluetooth.

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

          I do not see any Qt development packages in your list.
          You need qtconnectivity5-dev for Qt 5 Bluetooth development.

          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
          • A Offline
            A Offline
            Anonymous_Banned275
            wrote on last edited by
            #5

            That is it, but WHERE do I install it ?
            Or better question - how do I find out WHERE is my "qt" package installed?
            "find " what ??
            Sorry I was not paying attention where it was being installed.

            a@a-SATA:~$ sudo install qtconnectivity5-dev
            [sudo] password for a:
            install: missing destination file operand after 'qtconnectivity5-dev'
            Try 'install --help' for more information.
            a@a-SATA:~$

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

              You forgot apt-get.

              Since you are using your package manager to install Qt, it's installed in the standard location for your distribution. If you want to find where qmake is, use "which qmake".

              If you want to find information about what you installed, pleas learn how your package manager works. It can provide all the information you need.

              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
              • A Offline
                A Offline
                Anonymous_Banned275
                wrote on last edited by
                #7

                Thanks, all better now.
                Appreciate your help.

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  Anonymous_Banned275
                  wrote on last edited by
                  #8

                  Minor detail /add

                  1. should I see "bluetooth" in "plug-ins?
                    2.. why is "core"cheeked but grayed out ?

                  bcda57df-c931-41ff-b5b2-ddadf2ec8e2d-image.png

                  1 Reply Last reply
                  0
                  • SGaistS Offline
                    SGaistS Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9
                    1. No, you are mixing Qt Creator and Qt itself again. These are two different things. Qt Creator is an IDE built with Qt. This is the list of plugins of Qt Creator.

                    2. AFAIK, because it's mandatory for Qt Creator to work.

                    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

                    • Login

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