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.
Forum Updated to NodeBB v4.3 + New Features

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 910 Views 1 Watching
  • 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 1 Aug 2023, 14:38 last edited by PR_stark 8 Jan 2023, 15:03
    #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
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 1 Aug 2023, 15:29 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 1 Aug 2023, 19:11
      0
      • S SGaist
        1 Aug 2023, 15:29

        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 1 Aug 2023, 19:11 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?

        S 1 Reply Last reply 1 Aug 2023, 19:14
        0
        • P PR_stark
          1 Aug 2023, 19:11

          @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?

          S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 1 Aug 2023, 19:14 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
          • T Offline
            T Offline
            ThirdStrand
            wrote on 3 Aug 2023, 12:31 last edited by ThirdStrand 8 Mar 2023, 13:47
            #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

            5/5

            3 Aug 2023, 12:31

            • Login

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