Results 1 to 3 of 3

Thread: MS VS 2005 + static Qt 4.4.0

  1. #1
    Join Date
    Jun 2008
    Posts
    57
    Qt products
    Qt4
    Platforms
    Windows
    Thanked 1 Time in 1 Post

    Default MS VS 2005 + static Qt 4.4.0

    I've built Qt 4.4.0:
    configure -buildkey msvc2005 -static -qt-gif -qt-sql-odbc -qt-sql-sqlite -no-qt3support
    then wrote env.variables and installed Qt VS Integration 1.4.0
    and when I build my application in debug config. (created by wizard) I get 408 warnings like this:
    1>QtGuid.lib(qrc_qstyle.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'D:\Qt440open\lib\QtGuid.lib' or at 'd:\qtprogs\scribble\debug\vc80.pdb'; linking object as if no debug info
    but it works and is debugged fine
    in release config (surely) everything is fine.
    With shared Qt 4.3.2 I didn't have such problems...
    thanks in advance!

  2. #2
    Join Date
    Aug 2007
    Posts
    166
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    16
    Thanked 14 Times in 14 Posts

    Default Re: MS VS 2005 + static Qt 4.4.0

    You don't have debug build of Qt maybe?

  3. #3
    Join Date
    Jun 2008
    Posts
    57
    Qt products
    Qt4
    Platforms
    Windows
    Thanked 1 Time in 1 Post

    Default Re: MS VS 2005 + static Qt 4.4.0

    contents of %QTDIR%\lib:
    QtCore.lib
    QtCore.prl
    QtCored.lib
    QtCored.prl
    etc...

Similar Threads

  1. Problem with Qt embedded 4.4.0 static & directfb
    By anselmolsm in forum Qt for Embedded and Mobile
    Replies: 4
    Last Post: 3rd February 2012, 10:20
  2. Building a static application using MS Visual C++ 2005
    By hunsrus in forum Installation and Deployment
    Replies: 1
    Last Post: 25th July 2008, 18:16
  3. Replies: 16
    Last Post: 23rd May 2008, 10:12
  4. error compiling using vs 2005
    By arunredi in forum Installation and Deployment
    Replies: 1
    Last Post: 16th May 2008, 02:32
  5. Accessing to a static variable from the same class
    By xgoan in forum General Programming
    Replies: 6
    Last Post: 5th March 2007, 10:50

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.