Results 1 to 2 of 2

Thread: How to use sqldrivers with iOS?

  1. #1
    Join Date
    Mar 2013
    Posts
    18
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Windows Android

    Default How to use sqldrivers with iOS?

    Hi all,

    I am currently struggling with our application to get it running on iOS.
    After some days of research I finally get the application started within the iOS-Simulator.

    One last step which is finally missing is the database which fails to open.
    In fact, there is no sql driver found on startup. I guess the sqldrivers folder is missing. Well... I would guess its missing if I were dealing with Windows/xOS.
    As I am completely new to iOS I cannot figure out how to deal with that. Do I need this folder on iOS or is this approach obsolete?

    I really appreciate some hints!

  2. #2
    Join Date
    Mar 2013
    Posts
    18
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Windows Android

    Default Re: How to use sqldrivers with iOS?

    I have found the missing sql driver plugin...

    In fact I forgot to add

    Qt Code:
    1. QTPLUGIN = qsqlite
    To copy to clipboard, switch view to plain text mode 

    to the project file.

Similar Threads

  1. Qt 4.8, mac and sqldrivers...
    By jyavenard in forum Installation and Deployment
    Replies: 1
    Last Post: 28th February 2012, 08:52
  2. Wierd behavior when loading sqldrivers
    By BadKnees in forum Qt Programming
    Replies: 0
    Last Post: 19th March 2009, 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
  •  
Qt is a trademark of The Qt Company.