Results 1 to 1 of 1

Thread: QWT Library Deployment Problems on a Mac, OSX 10.6

  1. #1
    Join Date
    Nov 2011
    Posts
    30
    Qt products
    Qt3
    Platforms
    MacOS X

    Default QWT Library Deployment Problems on a Mac, OSX 10.6

    I have released my Windows version of my program with the install and everything is working great. I am now working on the mac version, which is running, and I am having some trouble with the qwt library file locations when building the deployment package.

    When I run oTool -L on my application, it says the qwt library should be at @executable-path/../Frameworks/qwt.framework/Versions/6/qwt. However, this file does not exist there. So the deployment tool then tries to find it at the /Library/Framework/... area and its not there either. the Library is under Users/ken/qwt-6.0.1/lib

    This is really messing up the macdeployqt tool. What do I need to change in the make files, qwt install files, my project files or other files so that the qwt library is copied to my application folder when when I build my app?

    I know where the file is, just need to fix it somehow.


    Ken
    Last edited by KenJustKen; 11th April 2012 at 15:52.

Similar Threads

  1. Replies: 6
    Last Post: 13th March 2011, 23:49
  2. QMake make install problems
    By cookiem in forum Qt Programming
    Replies: 12
    Last Post: 4th December 2008, 15:34
  3. Mysql drivers install problems
    By cyberboy in forum Qt Programming
    Replies: 20
    Last Post: 2nd February 2008, 14:11
  4. How install fonts with make install
    By jiveaxe in forum Qt Programming
    Replies: 1
    Last Post: 2nd January 2008, 19:38
  5. Mac OS X install problems
    By rickbsgu in forum Installation and Deployment
    Replies: 4
    Last Post: 7th October 2006, 06:31

Tags for this Thread

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.