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. Multi-Project Archietecture

Multi-Project Archietecture

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 453 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.
  • VaderV Offline
    VaderV Offline
    Vader
    wrote on last edited by
    #1

    Hi,

    Currently I am working on a project which works by using multiple smaller projects [the main project is subdir template which the others are app type].
    Now, I recently got a requirement to make another project which uses some common packages(smaller projects mentioned before). We also want the changes in the package to be reflected in both projects.
    I was wondering if there is a way in qt to accomplish the same.

    P.S. the change must be accomplished offline without a server for uploading the code [would have gone with git based change otherwise]

    1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by
      #2

      Is moving the shared code in a library (dynamic or static) and making the apps depend on it an option?

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

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

        Hi,

        To add to @VRonin you can very well use git without a server you will miss the centralised ease of use but you can still have a working repository.

        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
        2

        • Login

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