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. Cross compile QML libs for ARM?
QtWS25 Last Chance

Cross compile QML libs for ARM?

Scheduled Pinned Locked Moved Solved Mobile and Embedded
7 Posts 2 Posters 2.4k Views
  • 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.
  • MhM93M Offline
    MhM93M Offline
    MhM93
    wrote on last edited by
    #1

    Hi. How can I cross compile the QML libs for ARM embedded and copy them to my device?

    H.Ghassami

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

      Follow this, for example.

      (Z(:^

      1 Reply Last reply
      2
      • MhM93M Offline
        MhM93M Offline
        MhM93
        wrote on last edited by
        #3

        @sierdzio thanks for reply. the page : http://qt.gitorious.org/qt for download latest source has problem.

        H.Ghassami

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

          Gitorious has shut down a few years ago. Use git clone git://code.qt.io/qt/qt5.git instead. More info: Qt5 build guide.

          (Z(:^

          MhM93M 1 Reply Last reply
          2
          • sierdzioS sierdzio

            Gitorious has shut down a few years ago. Use git clone git://code.qt.io/qt/qt5.git instead. More info: Qt5 build guide.

            MhM93M Offline
            MhM93M Offline
            MhM93
            wrote on last edited by
            #5

            @sierdzio said in Cross compile QML libs for ARM?:

            git://code.qt.io/qt/qt5.git

            thanks.

            when i search qml in my arm it shows me these:

            ./usr/local/Trolltech/QtEmbedded-4.8.5-arm/plugins/qmltooling
            ./usr/local/Trolltech/QtEmbedded-4.8.5-arm/plugins/qmltooling/libqmldbg_tcp.so
            ./usr/local/Trolltech/QtEmbedded-4.8.5-arm/plugins/qmltooling/libqmldbg_inspector.so
            

            Is that mean the qml is install in my device or not?

            H.Ghassami

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

              QML is in qtdeclarative folder. I see you are using Qt 4 instead of 5 which the guides are for. libqmldbg is the debugger, it does not mean the QtDeclarative module is installed. Please check configure output.

              (Z(:^

              MhM93M 1 Reply Last reply
              3
              • sierdzioS sierdzio

                QML is in qtdeclarative folder. I see you are using Qt 4 instead of 5 which the guides are for. libqmldbg is the debugger, it does not mean the QtDeclarative module is installed. Please check configure output.

                MhM93M Offline
                MhM93M Offline
                MhM93
                wrote on last edited by
                #7

                @sierdzio thank you

                H.Ghassami

                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