Results 1 to 7 of 7

Thread: Library problems

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2008
    Posts
    58
    Thanks
    3
    Qt products
    Qt4
    Platforms
    MacOS X

    Default Library problems

    Hi everybody,

    I have a problem, I'm developing a program on the mac.
    But I have 2 macs 1 for developing en 1 normal. On the developers mac everything just works fine. But on the 'normal' mac not.

    This is the error message:
    Library not loaded: /usr/local/mysql/lib/libmysqlclient.15.dylib
    Referenced from: ***
    Reason: image not found
    I did compile with qt with mysql.
    This is my project file:
    ################################################## ####################
    # Automatically generated by qmake (2.01a) Wed Jan 30 14:04:49 2008
    ################################################## ####################

    TEMPLATE = app
    TARGET =
    DEPENDPATH += .
    INCLUDEPATH += .

    # Input
    HEADERS += db.h mainWindow.h
    FORMS += vredeveldWindow.ui clientAddDialog.ui
    SOURCES += db.cpp mainWindow.cpp vredeveldOrder.cpp

    And finally the program has to be compiled for a windows machine, will this give the same problems on a windows machine?

    Kind regard,

    Cyberboy
    Last edited by cyberboy; 22nd February 2008 at 17:34.

Similar Threads

  1. Replies: 4
    Last Post: 18th December 2009, 18:55
  2. All font library has same glyph index for glyph ??
    By Gaurav K SIngh in forum Qt for Embedded and Mobile
    Replies: 16
    Last Post: 1st August 2007, 15:12
  3. Replies: 1
    Last Post: 5th March 2007, 20:50
  4. I got two problems when I used static compiled library of QT4
    By qintm in forum Installation and Deployment
    Replies: 8
    Last Post: 20th April 2006, 08:52
  5. Problems with "jpeg" library (I guess)
    By SkripT in forum Qt Programming
    Replies: 8
    Last Post: 24th January 2006, 23:15

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.