Results 1 to 2 of 2

Thread: Deployment Questions

  1. #1
    Join Date
    Jun 2008
    Location
    UK
    Posts
    35
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    1

    Default Deployment Questions

    Hi,

    I've never had any expereince with releasing software for Linux systems, and have a couple of query's related to shipping a Qt application.

    1. My application uses the Qwt library, and my .pro file contains:
    Qt Code:
    1. INCLUDEPATH += /usr/include/qwt
    2. LIBS += -lqwt
    To copy to clipboard, switch view to plain text mode 

    This works on my system, but when I ship it the include path could obviously be different for end-users. Is it up to the user to change this in the .pro manually to suite their system or is there something I should do to make it more automated? I'm used to the ./configure scripts with Linux software to set this kind of thing up, but I don't think they come into play with Qt software?

    2. How do I set what happens when 'make install' is executed? i.e where the default installation directory on the system is (should this be /usr/bin on Linux?), I assume the binary just gets copied here?

    Anything else I should check before release?

    Thanks for any help,

    Jack

  2. #2
    Join Date
    Oct 2006
    Posts
    75
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    10

    Default Re: Deployment Questions

    hi,
    did u find solution to deploying ur qt application on linux? if so, pls let me know, im also looking for that. thank u in advance. bye

Similar Threads

  1. Who gets questions answered and who doesn't?
    By gjshannon in forum General Discussion
    Replies: 15
    Last Post: 19th March 2009, 22:02
  2. deployment problem: msvc++ 2008 Express, Qt 4.4.3
    By vonCZ in forum Qt Programming
    Replies: 7
    Last Post: 10th November 2008, 15:38
  3. VS2005 Deployment Problem
    By musaulker in forum Installation and Deployment
    Replies: 6
    Last Post: 20th July 2008, 20:43
  4. Memory management questions (im new to Qt)
    By scarvenger in forum Qt Programming
    Replies: 2
    Last Post: 6th May 2007, 08:41
  5. Qt related questions and thoughts about getting job
    By AlexKiriukha in forum General Discussion
    Replies: 4
    Last Post: 26th January 2006, 13:25

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.