Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt configure

Qt configure

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
5 Posts 3 Posters 1.9k 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
    Zola
    wrote on last edited by Zola
    #1

    I don't understand principle of ./configure, I execute ./configure -help, and I get a list of available modules and parameters that version of Qt supports. And for my example I have QT 4.8.6 and I have phonon module available in help, but when I do ./configure phonon, I get help output again even I added that name from the help.

    Also how can I include some module, if this above doesn't work? i need something like -L -I or something more?

    What in case I built qt without phonon, and I want to use it in my project, what are the steps to build it and include into project? Also is that way of build missing modules the same for any module?

    I have BeagleBone Black armhf target machine, Qt 4.8.6 and Ubuntu 14.04.3 host machine

    Thank you so much for your response!

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

      Shouldn't it be ./configure -phonon

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      Z 1 Reply Last reply
      0
      • jsulmJ jsulm

        Shouldn't it be ./configure -phonon

        Z Offline
        Z Offline
        Zola
        wrote on last edited by
        #3

        @jsulm Yes it works now, but can you answer on the 'What in case I built qt without phonon'?

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

          I don't know, never used phonon. But I guess Qt will not work with phonon.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

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

            Hi,

            Yes it will work without phonon, you just won't have access to that API.

            If you want to enable phonon afterward, AFAIK, you have to rebuild Qt. The Qt 4 series doesn't have the modular approach that is part of Qt 5 design.

            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