Results 1 to 5 of 5

Thread: QDevelop SQLite Driver Issue

  1. #1
    Join Date
    Dec 2006
    Posts
    7
    Qt products
    Qt4
    Platforms
    Windows

    Wink QDevelop SQLite Driver Issue

    I have install the windows version of QT 4.1.4 and QDevelop.

    But when I try to create a new project in QDevelop, the messagebox shows

    "Unable to establish database connection, QDevelop needs SQL Support, Please read the QTSqlDriver for information how to built it."

    Can anyone shwo me how to go about doing this.

    Thanks a lot in advance.

  2. #2
    Join Date
    Dec 2006
    Location
    Kędzierzyn-Koźle
    Posts
    16
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QDevelop SQLite Driver Issue

    You miss sqlite plugin probably ... try to upgrade Qt ... or if you have sources for qt ... you may compile sqlite driver from QTDIR/src/plugins/sqldrivers/sqlite .. you may need add ../../../../include to INCLUDEPATH in sqlite.pro in that directory ... this what I have to do yesterday ... becouse I have installed qt without sqlite support (under linux) than copy that plugin to QTDIR_INSTALLED/plugins/sqlsqldrivers

  3. #3
    Join Date
    Dec 2006
    Posts
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QDevelop SQLite Driver Issue

    Quote Originally Posted by tzioboro View Post
    You miss sqlite plugin probably ... try to upgrade Qt ... or if you have sources for qt ... you may compile sqlite driver from QTDIR/src/plugins/sqldrivers/sqlite .. you may need add ../../../../include to INCLUDEPATH in sqlite.pro in that directory ... this what I have to do yesterday ... becouse I have installed qt without sqlite support (under linux) than copy that plugin to QTDIR_INSTALLED/plugins/sqlsqldrivers
    Hi, Tzioboro,

    I am using the Window binary Version of QT, will that make any difference?

  4. #4
    Join Date
    Aug 2010
    Posts
    1
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    Unix/X11 Windows

    Default Re: QDevelop SQLite Driver Issue

    Hi i have a problem with the Qdevelop,

    Compileren (make)...
    C:/Qt/4.6.3/mingw/bin/mingw32-make -f Makefile.Release
    mingw32-make[1]: Entering directory `C:/Users/C-Killa/Documents/C++/test'
    g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"c:\Qt\4.6.3\qt\include\QtCore" -I"c:\Qt\4.6.3\qt\include\QtGui" -I"c:\Qt\4.6.3\qt\include" -I"c:\Qt\4.6.3\qt\include\ActiveQt" -I"build" -I"build" -I"c:\Qt\4.6.3\qt\mkspecs\win32-g++" -o build\dialogimpl.o src\dialogimpl.cpp
    mingw32-make[1]: Leaving directory `C:/Users/C-Killa/Documents/C++/test'
    'g++' is not recognized as an internal or external command,
    operable program or batch file.
    mingw32-make[1]: *** [build/dialogimpl.o] Error 1
    mingw32-make: *** [release] Error 2
    ---------------------- Build finished without error----------------------
    Can someone help me to solve this problem?

  5. #5
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QDevelop SQLite Driver Issue

    Have you installed GCC ?

Similar Threads

  1. SQLite driver unavailable
    By kandalf in forum Installation and Deployment
    Replies: 5
    Last Post: 11th February 2009, 17:36

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.