Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QtDeclarative4.dll dependency to Qt SQL library
Qt 6.11 is out! See what's new in the release blog

QtDeclarative4.dll dependency to Qt SQL library

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 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.
  • V Offline
    V Offline
    Vertexwahn
    wrote on last edited by
    #1

    I wonder why the QtDeclarative4.dll has dependencies to QtSql4.dll, QtXmlPatterns4.dll and QtNetwork4.dll. Did I something wrong or is there really a dependency to the Qt SQL library. Why is that?

    1 Reply Last reply
    0
    • L Offline
      L Offline
      loladiro
      wrote on last edited by
      #2

      Same here on Ubuntu (really strange though, why does it need SQL)

      EDIT: On second thought, doesn't QML support SQL, or will in the future?

      1 Reply Last reply
      0
      • A Offline
        A Offline
        andre
        wrote on last edited by
        #3

        Not so strange at all.

        • QtSql: Support for local storage is based on SQLite databases.
        • Network: QML supports transparent use of network resources for images.
        • QtXmlPatters: My guess: it is used for the XmlListModel and related classes.
        1 Reply Last reply
        0
        • L Offline
          L Offline
          loladiro
          wrote on last edited by
          #4

          @Andre: Thanks for the clarification. It didn't make sense to me at first, but it does now.

          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