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
Forum Update on Monday, May 27th 2025

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 9 Dec 2015, 10:01 last edited by Zola 12 Sept 2015, 10:01
    #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
    • J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 9 Dec 2015, 10:19 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 9 Dec 2015, 10:32
      0
      • J jsulm
        9 Dec 2015, 10:19

        Shouldn't it be ./configure -phonon

        Z Offline
        Z Offline
        Zola
        wrote on 9 Dec 2015, 10:32 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
        • J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 9 Dec 2015, 11:08 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
          • S Offline
            S Offline
            SGaist
            Lifetime Qt Champion
            wrote on 9 Dec 2015, 23:31 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

            1/5

            9 Dec 2015, 10:01

            • Login

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