Results 1 to 20 of 21

Thread: Qt4 and mysql(driver problem)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #14
    Join Date
    Dec 2007
    Posts
    11
    Qt products
    Qt4

    Default Re: Qt4 and mysql(driver problem)

    wysota
    i unpack my sources in path C:\Qt\4.2.3-msvc2005.
    after i make
    cd %QTDIR%\src\plugins\sqldrivers\mysql
    qmake -o Makefile "INCLUDEPATH+=C:\MySQL\include" "LIBS+=C:\MySQL\lib\opt\libmysql.lib" mysql.pro
    nmake
    now i get shuch error
    LINK : fatal error LNK1181: cannot open input file 'Files\Microsoft.obj'
    NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\l
    ink.EXE"' : return code '0x49d'
    Stop.
    NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n
    Last edited by jpn; 27th December 2007 at 09:47. Reason: changed [qtclass] to [quote] tags

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.