Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. How to add QT6::Multimedia add-ons to Visual Studio
QtWS25 Last Chance

How to add QT6::Multimedia add-ons to Visual Studio

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
msbuildvisual studio
7 Posts 4 Posters 907 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.
  • A Offline
    A Offline
    Anuwat.k
    wrote on 17 Nov 2023, 16:11 last edited by
    #1

    I develop Qt ui using Visual Studio and using Qt VS Tool. How to add Qt add-ons like a Multimedia to Visual Studio?

    C 1 Reply Last reply 17 Nov 2023, 16:26
    0
    • A Anuwat.k
      17 Nov 2023, 16:11

      I develop Qt ui using Visual Studio and using Qt VS Tool. How to add Qt add-ons like a Multimedia to Visual Studio?

      C Online
      C Online
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on 17 Nov 2023, 16:26 last edited by
      #2

      QtMultimedia is a simple library like QtNetwork so what do you want to add? When you installed Qt via the Qt online installer then QtMultimedia is already there and you can use it as described in the documentation: https://doc.qt.io/qt-6/qtmultimediawidgets-index.html

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      A 1 Reply Last reply 17 Nov 2023, 16:40
      0
      • C Christian Ehrlicher
        17 Nov 2023, 16:26

        QtMultimedia is a simple library like QtNetwork so what do you want to add? When you installed Qt via the Qt online installer then QtMultimedia is already there and you can use it as described in the documentation: https://doc.qt.io/qt-6/qtmultimediawidgets-index.html

        A Offline
        A Offline
        Anuwat.k
        wrote on 17 Nov 2023, 16:40 last edited by
        #3

        @Christian-Ehrlicher 54740f76-b5a6-412c-bb5b-21f6822e1c7d-image.png
        cd46e0e1-4905-413e-9a9e-399df4cdfcb3-image.png

        I try both normal Qt Creator and VS but the IDE cannot import it.
        OK sir, maybe my installation process gone wrong.

        J 1 Reply Last reply 17 Nov 2023, 19:27
        0
        • A Anuwat.k
          17 Nov 2023, 16:40

          @Christian-Ehrlicher 54740f76-b5a6-412c-bb5b-21f6822e1c7d-image.png
          cd46e0e1-4905-413e-9a9e-399df4cdfcb3-image.png

          I try both normal Qt Creator and VS but the IDE cannot import it.
          OK sir, maybe my installation process gone wrong.

          J Offline
          J Offline
          JoeCFD
          wrote on 17 Nov 2023, 19:27 last edited by JoeCFD
          #4

          @Anuwat-k In VS, you need to add the modules to your project. And they are not added automatically.

          A 1 Reply Last reply 17 Nov 2023, 23:26
          0
          • J JoeCFD
            17 Nov 2023, 19:27

            @Anuwat-k In VS, you need to add the modules to your project. And they are not added automatically.

            A Offline
            A Offline
            Anuwat
            wrote on 17 Nov 2023, 23:26 last edited by
            #5

            @JoeCFD Yes, but how. Can you give me the step?

            J 1 Reply Last reply 17 Nov 2023, 23:35
            0
            • A Anuwat
              17 Nov 2023, 23:26

              @JoeCFD Yes, but how. Can you give me the step?

              J Offline
              J Offline
              JoeCFD
              wrote on 17 Nov 2023, 23:35 last edited by
              #6

              @Anuwat something like:
              In your project, right-click on the project in Solution Explorer and choose "Properties."
              Navigate to "Qt Project Settings" or a similar section.
              Add the required Qt modules under "Modules."

              You can add them when you create a project.

              A 1 Reply Last reply 18 Nov 2023, 02:52
              0
              • J JoeCFD
                17 Nov 2023, 23:35

                @Anuwat something like:
                In your project, right-click on the project in Solution Explorer and choose "Properties."
                Navigate to "Qt Project Settings" or a similar section.
                Add the required Qt modules under "Modules."

                You can add them when you create a project.

                A Offline
                A Offline
                Anuwat.k
                wrote on 18 Nov 2023, 02:52 last edited by
                #7

                @JoeCFD Thank Joe. from your answer, I do some research and I got that.
                Qt Multimedia is additional library so I need to install it from Qt maintenance tool.
                Screenshot 2023-11-18 094510.png
                And follow your instructions
                Screenshot 2023-11-18 094800.png
                Done
                Screenshot 2023-11-18 094818.png

                Thanks

                1 Reply Last reply
                0
                • A Anuwat.k has marked this topic as solved on 18 Nov 2023, 02:54
                • C Christian Ehrlicher moved this topic from General and Desktop on 18 Nov 2023, 06:33

                7/7

                18 Nov 2023, 02:52

                • Login

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