Results 1 to 12 of 12

Thread: .lib is not a valid Qt plugin

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2010
    Posts
    71
    Thanks
    26
    Platforms
    Windows

    Default Re: .lib is not a valid Qt plugin

    I don't know what I did now I can't make the .dll file... It compiles perfectly with .lib and when I change the configuration type to .dll it appears 600 linking errors...

    How may I use the dependencies walker? the 1.0 version for wince under a wince emulator? or the windows version on the .dll file since it doesn't read .lib files...?

    I can't compile a new dll file now... but the dependency walker on the previous .dll says that Qtgui4.dll, qtnetwork4.dll, qtcore4.dll, coredll.dll and msvc90.dll are missing...

    Where do I add this dependencies? I'm not very good with visual studio...

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

    Default Re: .lib is not a valid Qt plugin

    lib files are only required during compilation and not run-time. For the latter you need dll files.
    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. The following user says thank you to wysota for this useful post:

    rickrvo (19th May 2011)

  4. #3
    Join Date
    Dec 2010
    Posts
    71
    Thanks
    26
    Platforms
    Windows

    Default Re: .lib is not a valid Qt plugin

    how do I add the dependencies for the compilation then?

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

    Default Re: .lib is not a valid Qt plugin

    I don't understand your question.
    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.


Similar Threads

  1. No valid Qt version set?
    By RoryWalsh in forum Qt Tools
    Replies: 4
    Last Post: 21st October 2009, 08:02
  2. What constitutes valid Qt folder?
    By piotr.dobrogost in forum Installation and Deployment
    Replies: 22
    Last Post: 26th July 2009, 03:41
  3. Why can I not generate a valid Time_t?
    By philwinder in forum Qt Programming
    Replies: 2
    Last Post: 11th March 2009, 16:19
  4. QGLWidget::isValid() not valid in Qt-4.3.2?
    By Caius Aérobus in forum Qt Programming
    Replies: 3
    Last Post: 16th November 2008, 22:14
  5. valid a path name
    By klaus1111 in forum Newbie
    Replies: 3
    Last Post: 23rd July 2006, 15:07

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.