Results 1 to 3 of 3

Thread: .dll QImage

  1. #1
    Join Date
    Jun 2011
    Posts
    203
    Thanks
    7
    Thanked 4 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default .dll QImage

    Hi, I'm creating a .dll file so in my .pro file I have:

    Qt Code:
    1. QT -= gui
    To copy to clipboard, switch view to plain text mode 

    Which is what I read is causing my error:

    "Error: QImage: No such file or directory"

    Why can't include QImage in .dlls?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: .dll QImage

    Because QImage is part of QtGui you just disabled.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Jun 2011
    Posts
    203
    Thanks
    7
    Thanked 4 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: .dll QImage

    I see thanks.

Similar Threads

  1. QImage* to QImage
    By bajoelkid12 in forum Qt Programming
    Replies: 1
    Last Post: 19th June 2011, 11:15
  2. Replies: 5
    Last Post: 16th May 2011, 21:15
  3. QImage
    By andreahmed in forum Qt Programming
    Replies: 5
    Last Post: 25th August 2010, 07:11
  4. What's faster: QPixmap-to-QImage or QImage-to-QPixmap
    By forrestfsu in forum Qt Programming
    Replies: 2
    Last Post: 15th December 2006, 17:11
  5. Replies: 3
    Last Post: 15th March 2006, 11:44

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.