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. Qmake, mananging large projects with many repostitories
Qt 6.11 is out! See what's new in the release blog

Qmake, mananging large projects with many repostitories

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 914 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.
  • S Offline
    S Offline
    SavageTwinky
    wrote on last edited by
    #1

    So we started a new project and we are having trouble making a good layout for our project.

    Part of the problem is we are using mercurial and subrepos, we have a repo that just pulls down our projects so our structure is a little strange.

    MainRepo
    -project repo
    -common lib repo
    -common lib 2 repo
    -application (depends on common) repo
    -application 2 (depends on both commons) repo

    the idea seemed pretty simple but setting it up seems a little wonky, the idea was to get the majority of the project files into the project repo. But this creates an issue with a semi hard coded path in the common libs .pro file because the project repo might change depending on the application.

    To me this seems very messy, and I might just scrap the idea of multiple Main Repos for different projects. Each common lib is also derived of multiple smaller libs, and configuring them seems to be a mess for individual applications. This is the first time I've set up a project and would like to get some advice on a simple yet robust way of setting this up. Thanks!

    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