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 cross-compile Qt Designer for the ARM board?
Qt 6.11 is out! See what's new in the release blog

How to cross-compile Qt Designer for the ARM board?

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 2 Posters 3.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.
  • D Offline
    D Offline
    dreamerindia
    wrote on last edited by
    #1

    How to cross compile the QT Designer for ARM Board...?

    ~Ravivarman~

    1 Reply Last reply
    0
    • D Offline
      D Offline
      disperso
      wrote on last edited by
      #2

      You don't need to cross compile Qt Designer to use it for ARM. Qt Designer is the program that you run in your computer. It then generates UI files that are later translated to C++ code, and then compiled to ARM, so you don't need a Qt Designer for ARM in any case.

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dreamerindia
        wrote on last edited by
        #3

        hi disperso....i'm in festive for a week...

        Actually i'm not trying to cross compile QT designer... trying to cross compile librarys....I created a plugin and used in Qt creater without any problem.. but when try to do it in my Embedded IDE,it showed error as below...

        @
        Description Resource Path Location Type skipping incompatible /usr/local/DigiEL-5.6/x-tools/arm-cortex_a8-linux-gnueabi/arm-cortex_a8-linux-@gnueabi//sys-root/usr/lib/libQtDesigner.so when searching for -lQtDesigner @QMaxRadioButton C/C++ Problem
        @

        kindly go through...

        ~Ravivarman~

        1 Reply Last reply
        0
        • D Offline
          D Offline
          disperso
          wrote on last edited by
          #4

          I'm not understanding what are you doing. What kind of plugin are you creating? A Qt Designer plugin? Also, what do you mean by "my Embedded IDE"? Are you using 2 environments for different targets? Qt Creator can be used for as many targets as you want.

          See for example: http://blog.qt.digia.com/blog/2012/11/08/qt-creator-2-6-0-released/

          Provide some more information if you can.

          1 Reply Last reply
          0
          • D Offline
            D Offline
            dreamerindia
            wrote on last edited by
            #5

            The plugin i created is the customized radiobutton widget(.so) and plugged in QT Creater Widget box.but to use it in my project i need it to be plugged in Digi Embedded IDE that i'm using.

            I'm using Qt creater for design and coding....Digi Embedded IDE(http://www.digi.com/pdf/fs_digiembeddedlinux.pdf) for cross compile and loading.....

            ~Ravivarman~

            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