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. Adding subproject(s)
Forum Updated to NodeBB v4.3 + New Features

Adding subproject(s)

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 624 Views 2 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    I have created main project , as "sub project", and trying to add sub-project "using other wizards" ( per doc) , but I have only "New sub-project" as an option.
    Nothing about "add project to main project" seems obvious.

    Do I have to "change" my current project to "sub project " first?

    7dde2f15-ec07-433d-8b27-00782b579029-image.png

    sierdzioS 1 Reply Last reply
    0
    • A Anonymous_Banned275

      I have created main project , as "sub project", and trying to add sub-project "using other wizards" ( per doc) , but I have only "New sub-project" as an option.
      Nothing about "add project to main project" seems obvious.

      Do I have to "change" my current project to "sub project " first?

      7dde2f15-ec07-433d-8b27-00782b579029-image.png

      sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      @AnneRanch said in Adding subproject(s):

      but I have only "New sub-project" as an option.

      That sounds correct. And the code you show for CAT_MAIN.pro also looks OK, you just need to add QtConcurrentQProgressDialog to it like this:

      SUBDIRS += QtConcurrentQProgressDialog
      

      And QtConcurrentQProgressDialog must be in a subdirectory of CAT_MAIN.

      (Z(:^

      A 1 Reply Last reply
      2
      • sierdzioS sierdzio

        @AnneRanch said in Adding subproject(s):

        but I have only "New sub-project" as an option.

        That sounds correct. And the code you show for CAT_MAIN.pro also looks OK, you just need to add QtConcurrentQProgressDialog to it like this:

        SUBDIRS += QtConcurrentQProgressDialog
        

        And QtConcurrentQProgressDialog must be in a subdirectory of CAT_MAIN.

        A Offline
        A Offline
        Anonymous_Banned275
        wrote on last edited by
        #3

        @sierdzio said in Adding subproject(s):

        @AnneRanch said in Adding subproject(s):

        but I have only "New sub-project" as an option.

        That sounds correct. And the code you show for CAT_MAIN.pro also looks OK, you just need to add QtConcurrentQProgressDialog to it like this:

        SUBDIRS += QtConcurrentQProgressDialog
        

        And QtConcurrentQProgressDialog must be in a subdirectory of CAT_MAIN.

        So the instruction to "use other wizards" is phony.

        Thanks

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

          I don't know, I've never used it.

          (Z(:^

          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