Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt app deployment and SQLite
QtWS25 Last Chance

Qt app deployment and SQLite

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 3.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    riussi
    wrote on last edited by
    #1

    I have an app that is using the latest version of Qt from Gitorious that I compiled myself. I need to ship the app every now and then to the customer for some UI-reviews. Everything went fine when I zipped the application executable and the compiled Qt DLLs. Now when I started using QML's offline storage which uses SQLite I ran into problems. Customer gets errors that SQLdriver cannot be loaded. How can i resolve this? Copying the qsqlite4.dll from QT_HOME\plugins\sqldrivers to the binary dir doesn't work like with the other Qt DLLs.

    bq. QSqlDatabase: QSQLITE driver not loaded
    QSqlDatabase: available drivers:
    QSqlQuery::prepare database not open

    Juha Ristolainen (@Riussi)

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      Hi riussi!

      "This is document":http://doc.trolltech.com/4.6/deployment-x11.html describes your options (see the last couple of paragraphs). I think that part is not X11 specific:-)

      1 Reply Last reply
      0
      • R Offline
        R Offline
        riussi
        wrote on last edited by
        #3

        Hi Tobias,

        Thanks for the info. I got it working now.

        Juha Ristolainen (@Riussi)

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved