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. qbs build failed with Dependency "Qt.core-private" not found for product.
QtWS25 Last Chance

qbs build failed with Dependency "Qt.core-private" not found for product.

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
core-privateqtcoreqtcoreprivate
5 Posts 3 Posters 859 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.
  • P Offline
    P Offline
    PR_stark
    wrote on last edited by PR_stark
    #1

    I have added the core-private as a Dependency as submodule in .qbs file.

     Depends {
            name: "Qt"; submodules: ["core-private"]
        }
    

    when I am working on developing the docker image with QT installed with debian as base image, I tried to install QT with apt version 5.

    and also, I tried to install from sourcefiles wget https://download.qt.io/archive/qt/6.0/6.0.0/single/qt-everywhere-src-6.0.0.tar.xz using gmake.

    but I am still unable to build the project. Can you suggest any probable solutions or versions that support core-private submodule in QT.core.

    I checked the folders inside the docker where QT is installed. I did not find core-private module.

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

      Hi and welcome to devnet,

      Talking about the distribution packages, you have to explicitly install these packages.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      P 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        Talking about the distribution packages, you have to explicitly install these packages.

        P Offline
        P Offline
        PR_stark
        wrote on last edited by
        #3

        @SGaist Thanks for welcoming and quick response. Unfortunately, I have been unable to locate the source or packages associated with core-private for any QT version.

        Could you kindly direct me to the appropriate resource or guide me on how to install this package or any other private packages such ascore-private,gui-private and qml-private?

        SGaistS 1 Reply Last reply
        0
        • P PR_stark

          @SGaist Thanks for welcoming and quick response. Unfortunately, I have been unable to locate the source or packages associated with core-private for any QT version.

          Could you kindly direct me to the appropriate resource or guide me on how to install this package or any other private packages such ascore-private,gui-private and qml-private?

          SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @PR_stark I was referring to your Linux distribution packages. Install them using apt.

          There's no dedicated source package as the private parts of Qt are already part of the sources.

          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
          • ThirdStrandT Offline
            ThirdStrandT Offline
            ThirdStrand
            wrote on last edited by ThirdStrand
            #5

            I am not sure I follow what you are attempting to do, but mention of the private-dev packages perked my ears.

            In a "Debian/Ubuntu"-esque environment, there are multiple *-private-dev packages, some of which are required for compiling additional libraries like QtMqtt.

            apt search "private-dev"
            

            for a long list for both Qt5 and Qt6. This may be the one you are looking for.

            qtbase5-private-dev/jammy-updates,now 5.15.3+dfsg-2ubuntu0.2 amd64 [installed]
              Qt 5 base private development files
            
            1 Reply Last reply
            1

            • Login

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