Results 1 to 10 of 10

Thread: Create a windows application with sqlite

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2009
    Posts
    8
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Create a windows application with sqlite

    Well... before to start to track the error I just wanted to check if installing qt on the xp machine the app would work and... surprise! No.
    So I installed the windows version of QT SDK and compiled the source files and... f**k! Same problem! Seems that sqlite drivers are not installed either...
    Now I'm recompiling qt... but the question is: even without qt installed I need the application to work!

  2. #2
    Join Date
    Jun 2009
    Posts
    8
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Wink Re: Create a windows application with sqlite

    Just to say that everything now works correct. Just needed to delete all the non .h, .cpp, .pro file (clean up the directory...) and then compile.

    I compile in XP environment.

    On the deployment machine I had the directory with my exe, with mingwm10.dll (taken from mingw directory in qt installation directory) and qtcore4, qtsql4, qtgui4 dlls (taken from bin directory in qt installation directory), than a directory "sqldrivers" and there the qsqlite4.dll taken from qt/plugins/sqldrivers directory in the qt installation directory.

    Everytime I change something in my application I simply compile in the XP environment and then copy the exe file in the main directory.

    Happy, at the end.

  3. The following user says thank you to nittalope for this useful post:

    neuronet (14th November 2014)

Similar Threads

  1. transporting qt application fron linux to windows
    By deekayt in forum Qt Programming
    Replies: 4
    Last Post: 20th October 2006, 22:56
  2. How to create MDI windows using Qt4 designer?
    By miaoliang in forum Qt Tools
    Replies: 3
    Last Post: 19th October 2006, 08:50
  3. Porting Qt application on windows from linux
    By safknw in forum Qt Programming
    Replies: 13
    Last Post: 22nd May 2006, 13:11
  4. Replies: 10
    Last Post: 28th April 2006, 15:48
  5. Application plugin on windows
    By Eyee in forum Qt Programming
    Replies: 2
    Last Post: 22nd March 2006, 17:36

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.