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. [SOLVED]cannot find -lQtDesigner
Qt 6.11 is out! See what's new in the release blog

[SOLVED]cannot find -lQtDesigner

Scheduled Pinned Locked Moved Mobile and Embedded
6 Posts 2 Posters 3.4k 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

    Dear All,

    I created the custom widget plugin in Qt creater and its working fine.

    When i tried to cross compile with my Digi Embedded ARM IDE, its showed error as QDesignerCustomWidgetInterface is not declared.
    I copied /include/QtDesigner folder to Embedded include directory and now its showed the error cannot find -lQtDesigner.So i copied the libQtDesigner.so 's to its lib directory but now its showing the error skipping incompatible.....libQtDesigner....

    How to solve this?

    ~Ravivarman~

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      Why do you want to cross-compile a designer plugin? Are you trying to run designer on the device?

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

        not actually....when i create the custom widget...it runs fine in qt creater but shows lQtDesigner not found in embedded ide...

        ~Ravivarman~

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tobias.hunger
          wrote on last edited by
          #4

          Which embedded IDE? Is that using Qt designer somehow?

          Are you sure you are building against the right designer library?

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

            I`m using digi embedded Linux esp
            ide for I.mx 5 processor...

            ~Ravivarman~

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

              As of now instead of

              @CONFIG += designer plugin debug_and_release@

              i used

              @CONFIG += plugin debug_and_release@

              in .pro

              shows no error in embedded linux IDE....

              ~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