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. Subprojects building
Qt 6.11 is out! See what's new in the release blog

Subprojects building

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 3 Posters 1.3k Views 3 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.
  • C Offline
    C Offline
    CharlesBWilson
    wrote on last edited by A Former User
    #1

    Hi,

    I recently released an application which has several dependencies. I'd like to build to deploy my application with means to build those dependencies too.

    So I added subprojects to my Qt project. Now I'm wondering what the best approach would be to build them (../configure && make in subdirectories).

    Kind regards,
    Charles

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

      Hi and welcome to devnet,

      Do you mean you are using the subdir template ? If so, triggering a build will go through all your sub-projects.

      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
      1
      • C CharlesBWilson

        Hi,

        I recently released an application which has several dependencies. I'd like to build to deploy my application with means to build those dependencies too.

        So I added subprojects to my Qt project. Now I'm wondering what the best approach would be to build them (../configure && make in subdirectories).

        Kind regards,
        Charles

        kshegunovK Offline
        kshegunovK Offline
        kshegunov
        Moderators
        wrote on last edited by
        #3

        To add to @SGaist you may also want to have a look at adding a custom target for your dependencies, assuming they're external to your application.

        Read and abide by the Qt Code of Conduct

        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