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. Sharing Qt projects
QtWS25 Last Chance

Sharing Qt projects

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 1.0k 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.
  • S Offline
    S Offline
    scoobydoo
    wrote on last edited by
    #1

    I have a Qt project that i wish to share with clients via version control. The clients want to be able to build the software so ideally i want to be able to just point them at a repository, get the latest version and build. They don't want to have to download Qt separately and install that.

    Simply bundling the Qt development files as part of my repository doesn't work as certain run time files ( Qt5Core.dll for example ) seem to have hard coded paths to other DLLs. Now i don't really want to have to go in with a hex editor and patch those files.

    Isn't there an easier way to do this?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andreyc
      wrote on last edited by
      #2

      Take a look on "qt.conf":http://qt-project.org/doc/qt-5/qt-conf.html

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

        Hi,

        Just to be sure I understand you correctly: they want to build your software but they don't want to have to install anything to build it ?

        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
        0
        • S Offline
          S Offline
          scoobydoo
          wrote on last edited by
          #4

          Hi,

          Right. They want to just pull the project, load up the solution in Visual Studio and build. All the dependance should be in the repository.

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

            Do they understand that Qt uses some tools to generate code ? That it's not just a set of libraries and headers ?

            If so, you should rather provide them with a virtual machine pre-loaded with everything that is necessary to build your application.

            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
            0

            • Login

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