Results 1 to 6 of 6

Thread: QTPLUGIN += qjpeg doesnt let me compile

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Join Date
    Jul 2009
    Posts
    41
    Thanks
    3
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QTPLUGIN += qjpeg doesnt let me compile

    I tried to do this as well (on a Macintosh) and I"m getting errors like the following:

    Undefined symbols for architecture x86_64:
    "qt_plugin_instance_qjpeg()", referenced from:
    __static_initialization_and_destruction_0(int, int)in main.o

    Anyone know how to fix this issue?


    P.S. --- I looked in the libqjpeg.dylib with nm and noted that there is an entry called _qt_plugin_instance, but there is NOT an entry called _qt_plugin_instance_qjpeg, which is being defined by the Q_IMPORT_PLUGIN macro.
    Last edited by dhjdhj; 22nd February 2011 at 20:39.

Similar Threads

  1. Use of a factory in a QTPlugin
    By PeterPaulAndMary in forum Qt Programming
    Replies: 7
    Last Post: 21st July 2010, 18:35
  2. QtPlugin and undefined symbol
    By Mikoskay in forum Qt Programming
    Replies: 1
    Last Post: 11th February 2010, 12:04
  3. Problem using QtPlugin
    By merry in forum Qt Programming
    Replies: 5
    Last Post: 27th March 2008, 06:49
  4. QtPlugin compile issue
    By croland in forum Qt Programming
    Replies: 2
    Last Post: 25th May 2007, 16:37
  5. MySql and QtPlugin
    By darksaga in forum Installation and Deployment
    Replies: 6
    Last Post: 15th May 2007, 10:09

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.