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

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

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 4 Posters 728 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
    ananomous
    wrote on last edited by
    #1

    Hi , I try to compile Qt5.7.0 on ubuntu 20.04 for cross compilation platform, using following command:

    ./configure -release -prefix /usr/local/Qt-5.7.0 -opensource -confirm-license -nomake examples -fontconfig -skip qtwayland -skip qt3d -skip qtactiveqt -skip qtandroidextras -skip canvas3d
    -skip qtgamepad -skip qtlocation -skip qtmacextras -skip qtwebchannel -skip qtwebengine -skip qtwebsockets -skip qtwebview -skip qtwinextras -skip qtdatavis3d -skip qtconnectivity
    -no-openssl -skip qtdeclarative -qreal float -skip qttools

    Error :

    Project ERROR: Unknown module(s) in QT: bootstrap-private
    make[1]: *** [Makefile:114: sub-rcc-make_first] Error 3
    make[1]: *** Waiting for unfinished jobs....
    Project ERROR: Unknown module(s) in QT: bootstrap-private
    make[1]: *** [Makefile:89: sub-moc-make_first] Error 3

    Any help?

    JonBJ 1 Reply Last reply
    0
    • A ananomous

      Hi , I try to compile Qt5.7.0 on ubuntu 20.04 for cross compilation platform, using following command:

      ./configure -release -prefix /usr/local/Qt-5.7.0 -opensource -confirm-license -nomake examples -fontconfig -skip qtwayland -skip qt3d -skip qtactiveqt -skip qtandroidextras -skip canvas3d
      -skip qtgamepad -skip qtlocation -skip qtmacextras -skip qtwebchannel -skip qtwebengine -skip qtwebsockets -skip qtwebview -skip qtwinextras -skip qtdatavis3d -skip qtconnectivity
      -no-openssl -skip qtdeclarative -qreal float -skip qttools

      Error :

      Project ERROR: Unknown module(s) in QT: bootstrap-private
      make[1]: *** [Makefile:114: sub-rcc-make_first] Error 3
      make[1]: *** Waiting for unfinished jobs....
      Project ERROR: Unknown module(s) in QT: bootstrap-private
      make[1]: *** [Makefile:89: sub-moc-make_first] Error 3

      Any help?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @ananomous
      The help is in the topic https://forum.qt.io/post/748575 you have already created for this. Why raise a new thread, it just duplicates people's efforts. Please do not.

      jsulmJ 1 Reply Last reply
      2
      • JonBJ JonB

        @ananomous
        The help is in the topic https://forum.qt.io/post/748575 you have already created for this. Why raise a new thread, it just duplicates people's efforts. Please do not.

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @JonB In German there is saying: Viel hilft viel. Translation: A lot helps a lot! :-)

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

        A 1 Reply Last reply
        1
        • jsulmJ jsulm

          @JonB In German there is saying: Viel hilft viel. Translation: A lot helps a lot! :-)

          A Offline
          A Offline
          ananomous
          wrote on last edited by
          #4

          @jsulm Any help on above error?

          S 1 Reply Last reply
          0
          • A ananomous

            @jsulm Any help on above error?

            S Offline
            S Offline
            SteHie
            wrote on last edited by
            #5

            @ananomous

            Do not use a "-" in prefix...

            WRONG:
            ./configure -release -prefix /usr/local/Qt-5.7.0

            OK:
            ./configure -release -prefix /usr/local/Qt5.7.0

            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