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. How to build sub c++ project(folder) in a project and how to save dependencies between different projects without session?
Forum Updated to NodeBB v4.3 + New Features

How to build sub c++ project(folder) in a project and how to save dependencies between different projects without session?

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 208 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.
  • N Offline
    N Offline
    Need4Speak
    wrote on last edited by
    #1
    1. How to build sub c++ project(folder) in a project?
      -top_pro
      CMakeLists.txt
      -----sub_pro1
      ---------CMakeLists.txt
      -----sub_pro2
      ---------CMakeLists.txt
      If i import top_pro by top_pro's CMakeLists, i can import both sub_pro1 and sub_pro2 at same time, but i can't build sub_pro1 or sub_pro2 alone. Is there any way i can build sub project without import sub_pro1 and sub_pro2 one by one?

    2. Qt Creator can set dependencies at project->dependencies, is there any way i can save dependencies without session?

      best regards,
      chao

    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