Results 1 to 6 of 6

Thread: Does Qt use Sql?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2015
    Location
    California, USA
    Posts
    61
    Thanks
    43
    Thanked 1 Time in 1 Post
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11

    Default Does Qt use Sql?

    The project I'm working on doesn't appear to use Sql;
    however, when I run macdeployqt it will add
    Frameworks/QtSql.framework
    PlugIns/sqldrivers
    to the APP bundle.

    Any ideas on why that happens?
    Adding
    QT -= sql
    to the .pro doesn't change anything.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Does Qt use Sql?

    Maybe you are depending on something that in turn depends on QSql?

    Cheers,
    _

  3. The following user says thank you to anda_skoa for this useful post:

    ravas (4th March 2016)

Tags for this Thread

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.