Results 1 to 2 of 2

Thread: Deploying DB apps (Windows)

  1. #1
    Join Date
    Oct 2007
    Posts
    1
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Exclamation Deploying DB apps (Windows)

    Hey guys.

    So I've got my app done, and wanted to test it out on different OS's. I have no problem compiling it and running it on my local linux machine. I'm also able to compile it and get it to work on a windows machine.

    However when I try to deploy the same app to a system without the qt runtimes installed (I include the needed runtime dll's as per the doc's) and the program is able to launch just fine minus the fact that it doesn't connect to the DB as it would on the machines where QT is installed.

    I've tried to build the app statically, and shared and in release mode with all the dll's that it requires for launch (all those that keep it from spitting back an error). Also tried building the sqlite2 drivers as plugins and including thsoe with the app in a plugins folder, all to no avail.

    I would be much obliged for any advice that points me in the right direction.

    Thanks in advance
    - SS

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Deploying DB apps (Windows)

    Quote Originally Posted by shindasingh View Post
    Also tried building the sqlite2 drivers as plugins and including thsoe with the app in a plugins folder, all to no avail.
    That directory should be called "sqldrivers", not "plugins".

Similar Threads

  1. Windows not appearing in XP.
    By beardybloke in forum Qt Programming
    Replies: 7
    Last Post: 24th October 2007, 17:32
  2. Replies: 3
    Last Post: 14th April 2007, 12:04
  3. Deploying with MySQL support under Windows
    By KShots in forum Installation and Deployment
    Replies: 1
    Last Post: 12th October 2006, 09:19
  4. converting unix exe to windows binary
    By deekayt in forum General Programming
    Replies: 2
    Last Post: 17th September 2006, 01:00
  5. Qt and windows vista
    By munna in forum General Discussion
    Replies: 8
    Last Post: 11th January 2006, 22:33

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.