Results 1 to 3 of 3

Thread: Depoyment Qt application as Shared Library

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: Depoyment Qt application as Shared Library

    What exactly is your question?

    Cheers,
    _

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: Depoyment Qt application as Shared Library

    Before you can deploy a built Qt project to another machine you need to be able to build it. You have not got that far yet.
    Qt Code:
    1. cd /path to my application
    2. make clean // no problems here
    3. qmake -config release //I get a long list of information that I don't know how to use I only whant to make some sort installation to run this esay project on another machine
    To copy to clipboard, switch view to plain text mode 
    You get that result when there is no PRO file in the current directory for qmake to process, or there is more than one and you have not named the PRO file to process.

    When you have successfully built your project then you can look to deployment.

Similar Threads

  1. QT Shared library
    By vishnukumarmdu@gmail.com in forum Qt Programming
    Replies: 2
    Last Post: 19th May 2012, 03:40
  2. Using symbols from loading application in shared library
    By barteksch in forum Qt Programming
    Replies: 1
    Last Post: 19th November 2010, 17:08
  3. How to deploy application using shared library in Linux
    By cutie.monkey in forum Installation and Deployment
    Replies: 9
    Last Post: 21st January 2010, 18:41
  4. Application with shared library problem in linux
    By cutie.monkey in forum Qt Programming
    Replies: 1
    Last Post: 18th January 2010, 07:20
  5. qmake: dependency of application on common shared library
    By PeterWurmsdobler in forum Qt Programming
    Replies: 5
    Last Post: 27th March 2009, 16:13

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.