Results 1 to 11 of 11

Thread: Migrating development XD

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    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: Migrating development XD

    Quote Originally Posted by chaosgeorge View Post
    Uhm i make a connection to a remote mysql server so i dont need the server installed in the client do I?
    No you don't, but still you need all of the libraries that QMYSQL plugin uses and you have to place the plugin in the proper subdirectory.

    Also you make sure that the plugin was built in the same mode that your application was built. If you have "release" version of your application, you need "release" version of the plugin (the one without "d" in filename).

  2. The following user says thank you to jacek for this useful post:

    chaosgeorge (23rd November 2006)

Similar Threads

  1. Qtopia host side development environment for ARM target.
    By hvreddy1110 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 11th October 2006, 15:05

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.