Results 1 to 2 of 2

Thread: Linking sqlite3 libs under windows.

  1. #1
    Join Date
    Sep 2010
    Posts
    45
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Linking sqlite3 libs under windows.

    In my code I'm using the directly the seqlite libs (I'm not using the QSql module).

    How we link the static or dynamic lib under windows.
    I've installed the QT dev. environment.

  2. #2
    Join Date
    Sep 2010
    Posts
    45
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Linking sqlite3 libs under windows.

    Solved.

    Simply don't exists any dll or obj file for sqlite3.
    We must include in the project the sources files sqlite3.c and sqlite3.h freely downloadable from the sqlite web site.

Similar Threads

  1. Linking 3rd party libs on Mac OS X
    By jonks in forum Qt Programming
    Replies: 2
    Last Post: 21st June 2010, 06:03
  2. Statically linking QT libs on symbian
    By bullwinkle in forum Newbie
    Replies: 1
    Last Post: 6th February 2010, 10:25
  3. jom / Windows SDK libs linking problem
    By nooky59 in forum Qt Tools
    Replies: 3
    Last Post: 12th November 2009, 14:58
  4. Linking against different Libs
    By AlphaWolf in forum Qt Programming
    Replies: 3
    Last Post: 10th February 2009, 15:25
  5. problem with order of libs during linking
    By minimax in forum Qt Programming
    Replies: 2
    Last Post: 8th January 2008, 10:32

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.