Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to include new module(QtXml) into imx6
Forum Updated to NodeBB v4.3 + New Features

How to include new module(QtXml) into imx6

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 2 Posters 938 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.
  • H Offline
    H Offline
    houmingc
    wrote on last edited by
    #1

    Newbie need to to add QT+=QtXml in the project file.
    The project is to be used in imx6 embedded system.
    Like to know how to include a new Qt module, the link to get new module.
    Where should the Qt module inserts in the ubuntu Filesystem.
    It is to be cross-compile on a ubuntu desktop.
    Please be as precise as possible, reader is newbie.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      the xml module is built with qtbase so unless you did something special it should already be available.

      The correct syntax is:

      @QT += xml@

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • H Offline
        H Offline
        houmingc
        wrote on last edited by
        #3

        No, i am asking how Qt or Qt module(multimedia,qml etc) is added into embedded kernel.
        using makeconfig?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Qt is not part of the linux kernel at all. You can't add it there

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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