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. When will be released Qt 5 version for Embedded linux ?
Qt 6.11 is out! See what's new in the release blog

When will be released Qt 5 version for Embedded linux ?

Scheduled Pinned Locked Moved Mobile and Embedded
9 Posts 5 Posters 5.3k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    When will be released Qt 5 version for Embedded linux ?

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      Same day as all the other platforms. :)

      Due to the wide variety of custom Linux systems it is not feasible to release pre-built packages for all of them. Just download the source and build it with the correct options for your platform. You probably want to use either the wayland or eglfs qpa plugins.

      Have fun!

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        Thanks !

        What about windows version with minGW ?

        1 Reply Last reply
        0
        • ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4

          Hopefully windows/mingw build will be included in 5.0.1 sometime around late January I believe.

          1 Reply Last reply
          0
          • ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #5

            Thanks again !

            1 Reply Last reply
            0
            • ? Offline
              ? Offline
              A Former User
              wrote on last edited by
              #6

              Dear ZapB,

              Thank you for helpful info. Do we have a build guide for QT5 for Embedded Linux? I need implement an QT5 application on a board using arm chip.

              We've built QT5 and been stuck in web-kit issues. In fact we don't want to include web-kit but don't know how to remove it.

              I don't know much about the wayland or eglfs qpa plugins that you mentioned. Can you clarify a little?

              1 Reply Last reply
              0
              • H Offline
                H Offline
                hpollak
                wrote on last edited by
                #7

                Have you tried

                @./configure ... -nomake webkit@
                ?

                1 Reply Last reply
                0
                • sierdzioS Offline
                  sierdzioS Offline
                  sierdzio
                  Moderators
                  wrote on last edited by
                  #8

                  In Qt5, to remove webkit, simply rename or remove qtwebkit folder.

                  (Z(:^

                  1 Reply Last reply
                  0
                  • ? Offline
                    ? Offline
                    A Former User
                    wrote on last edited by
                    #9

                    To be honest if you are building from source for a custom platform where you may need to tweak things then I would just build Qt5 from a git clone rather than from the released source packages. The reason is that it is much much easier to manage your patches and to revert to a clean source checkout if needed.

                    It is also much easier to control exactly which modules you wish to include. Don't want webkit? Easy, just don't cd into qtwebkit and execute qmake && make && make install.

                    With this in mind take a look at these instructions and customise to suit your particular platform http://qt-project.org/wiki/Building_Qt_5_from_Git

                    Just be careful to checkout the release branch and tag for Qt 5.0.0 - unless of course you wish to get more recent fixes, in which case use the stable branch.

                    Hope this helps.

                    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