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
Forum Updated to NodeBB v4.3 + New Features

Qt app deployment and SQLite

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 3.9k Views 1 Watching
  • 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 21 Jul 2010, 13:48 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 21 Jul 2010, 14:53 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 22 Jul 2010, 08:00 last edited by
        #3

        Hi Tobias,

        Thanks for the info. I got it working now.

        Juha Ristolainen (@Riussi)

        1 Reply Last reply
        0

        3/3

        22 Jul 2010, 08:00

        • Login

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