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

When will be released Qt 5 version for Embedded linux ?

Scheduled Pinned Locked Moved Mobile and Embedded
9 Posts 5 Posters 5.0k 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.
  • A Offline
    A Offline
    aabc
    wrote on 23 Dec 2012, 08:15 last edited by
    #1

    When will be released Qt 5 version for Embedded linux ?

    1 Reply Last reply
    0
    • Z Offline
      Z Offline
      ZapB
      wrote on 23 Dec 2012, 11:19 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!

      Nokia Certified Qt Specialist
      Interested in hearing about Qt related work

      1 Reply Last reply
      0
      • A Offline
        A Offline
        aabc
        wrote on 23 Dec 2012, 11:24 last edited by
        #3

        Thanks !

        What about windows version with minGW ?

        1 Reply Last reply
        0
        • Z Offline
          Z Offline
          ZapB
          wrote on 23 Dec 2012, 11:44 last edited by
          #4

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

          Nokia Certified Qt Specialist
          Interested in hearing about Qt related work

          1 Reply Last reply
          0
          • A Offline
            A Offline
            aabc
            wrote on 23 Dec 2012, 11:50 last edited by
            #5

            Thanks again !

            1 Reply Last reply
            0
            • N Offline
              N Offline
              ntquy99
              wrote on 27 Dec 2012, 06:19 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 27 Dec 2012, 06:42 last edited by
                #7

                Have you tried

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

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  sierdzio
                  Moderators
                  wrote on 27 Dec 2012, 06:49 last edited by
                  #8

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

                  (Z(:^

                  1 Reply Last reply
                  0
                  • Z Offline
                    Z Offline
                    ZapB
                    wrote on 27 Dec 2012, 10:08 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.

                    Nokia Certified Qt Specialist
                    Interested in hearing about Qt related work

                    1 Reply Last reply
                    0

                    1/9

                    23 Dec 2012, 08:15

                    • Login

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