Results 1 to 3 of 3

Thread: Deployment and external process question...

  1. #1
    Join Date
    Jan 2011
    Location
    Richmond, VA
    Posts
    94
    Thanks
    14
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Deployment and external process question...

    Question for you experts out there...

    My Qt application calls an external c++ application to perform some work and this all works well, but when it comes to deployment, is there an easy way to bundle the two together into one deliverable? I need to run this on both Windows and on a Mac, and if need be can provide both the Qt and the c++ executables, but I'm not sure how to do that short of converting the c++ app to a library and then linking it in...


    scott

  2. #2
    Join Date
    Sep 2011
    Location
    Manchester
    Posts
    538
    Thanks
    3
    Thanked 106 Times in 103 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Deployment and external process question...

    If you have access to source code of the application that does the work, you can compile it as static library and then compile it into your app.

    If not, then you'll have to use some kind of installer (ie NSIS) to bundle them together and deploy on target box.

  3. The following user says thank you to Spitfire for this useful post:

    scott_hollen (16th December 2011)

  4. #3
    Join Date
    Jan 2011
    Location
    Richmond, VA
    Posts
    94
    Thanks
    14
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: Deployment and external process question...

    As a matter of fact I do have access to the code -- that was what I thought I might have to do, so I appreciate the answer...And thanks for the point to NSIS -- I was about to research that aspect as well but that gets me one step closer...

    Thanks!

    scott

Similar Threads

  1. QGraphicsView : paint from an external process
    By bunjee in forum Qt Programming
    Replies: 0
    Last Post: 4th September 2010, 12:01
  2. Deployment directory question
    By waynew in forum Installation and Deployment
    Replies: 2
    Last Post: 23rd May 2010, 15:50
  3. A different deployment technique QT. Is it the right way of deployment?
    By Tarun in forum Installation and Deployment
    Replies: 1
    Last Post: 15th February 2010, 14:45
  4. Replies: 2
    Last Post: 30th March 2007, 08:10

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.