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. Project ERROR: Unknown module(s) in QT: quick-private

Project ERROR: Unknown module(s) in QT: quick-private

Scheduled Pinned Locked Moved Installation and Deployment
10 Posts 4 Posters 16.6k 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.
  • J Offline
    J Offline
    john_d
    wrote on last edited by
    #1

    hi guys

    i'm trying to compile Qt 5.2.1 from sources on Rhel 6.3 Santiago. I have the following error with make :

    bq. Project ERROR: Unknown module(s) in QT: quick-private

    The configure options I use are:

    bq. ./configure -developer-build -confirm-license -opensource -no-opengl -nomake examples -no-dbus -qt-xcb -no-dbus

    Any ideas ?

    Thanks

    1 Reply Last reply
    0
    • H Offline
      H Offline
      hpollak
      wrote on last edited by
      #2

      as faar i know QT Quick need open-gl on Linux

      try to build with GL

      1 Reply Last reply
      0
      • J Offline
        J Offline
        john_d
        wrote on last edited by
        #3

        hi,

        I tried with GL enabled but it's still the same :(

        bq. ./configure -developer-build -confirm-license -opensource -nomake examples -no-dbus -qt-xcb

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          Add:
          @
          -skip qtquick1 -skip declarative
          @

          (Z(:^

          1 Reply Last reply
          0
          • J Offline
            J Offline
            john_d
            wrote on last edited by
            #5

            Thanks !

            Actually I tried:

            bq. -nomake tests

            and that seemed to work. I think it goes in the same direction as your solution, but maybe it omits a larger sets of modules.

            Now i will try to compile Qt Creator and see what happens.

            1 Reply Last reply
            0
            • J Offline
              J Offline
              john_d
              wrote on last edited by
              #6

              So ... Now, when i install Qt-Creator 3.0.1, I have the following error :

              bq. Project ERROR: Unknown module(s) in QT: script

              :((

              Anyone knows what's it might be related to ?

              1 Reply Last reply
              0
              • J Offline
                J Offline
                john_d
                wrote on last edited by
                #7

                up

                anyone encountered this ?

                1 Reply Last reply
                0
                • B Offline
                  B Offline
                  billconan
                  wrote on last edited by
                  #8

                  I have the same issue.

                  tried to build 5.3 alpha under ubuntu 13.10

                  I'm using a 2011 mac mini, the nvidia driver doesn't install gl headers, so I'm building qt without opengl.

                  1 Reply Last reply
                  0
                  • sierdzioS Offline
                    sierdzioS Offline
                    sierdzio
                    Moderators
                    wrote on last edited by
                    #9

                    [quote author="billconan" date="1394897072"]I have the same issue.

                    tried to build 5.3 alpha under ubuntu 13.10

                    I'm using a 2011 mac mini, the nvidia driver doesn't install gl headers, so I'm building qt without opengl.[/quote]

                    Install mesa, then the nVidia driver. It should work. For detailed info, please visit the wiki page called 'Building Qt5 from git'.

                    (Z(:^

                    1 Reply Last reply
                    0
                    • B Offline
                      B Offline
                      billconan
                      wrote on last edited by
                      #10

                      I kinda think this is qt config bug. I don't really need opengl. Qt configure should disable that module for me.

                      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