Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Solved Why Qt version recognize as for desktop? not for embedded linux?

    Tools
    yocto creator version embedded desktop
    2
    7
    1760
    Loading More Posts
    • 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.
    • rickY79
      rickY79 last edited by

      Hi,
      I had compiled Embedded Device of qt5 using yocto. (in case i had used meta-toolchain-qt5)
      And then install sdk using the script that created by after compile.

      I had tried to use the sdk in QtCreator tool. (Tool -> options > Build&Run, goes Qt Versions tabs and added Qt by click add button)
      I think it should be aware as Qt version 5.5.1 for Embedded Linux,
      but It was recognized as the Qt version 5.5.1 for Desktop.

      Could shares to me what is the problems?

      Thanks
      ricky

      1 Reply Last reply Reply Quote 0
      • jsulm
        jsulm Lifetime Qt Champion last edited by

        Maybe it is just wrong naming?
        What do you see if you expand Details in "Qt Versions" after selecting your manually added Qt?
        What is ABI there?

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        rickY79 1 Reply Last reply Reply Quote 1
        • rickY79
          rickY79 @jsulm last edited by

          @jsulm i think... it should be displaying as Qt version for embedded...
          But,
          If there is no problem when operating, it doesn't care.

          Anyway.
          Here is detail information.

          Name:
          Qt 5.5.1 rsdk
          ABI: x86-linux-generic-elf-64bit
          Source: /usr/local/oecore-x86_64/sysroots/corei7-64-poky-linux/usr
          mkspec: linux-oe-g++
          qmake: /usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/bin/qt5/qmake
          Version: 5.5.1
          --- skiped ---

          Thanks.
          ricky

          1 Reply Last reply Reply Quote 0
          • jsulm
            jsulm Lifetime Qt Champion last edited by

            So, your device is x86 based?
            If it works then I guess it is just a naming issue (maybe the logic is: x86 ? "Desktop" : "Something else").

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            rickY79 1 Reply Last reply Reply Quote 0
            • rickY79
              rickY79 @jsulm last edited by rickY79

              @jsulm said:

              So, your device is x86 based?
              If it works then I guess it is just a naming issue (maybe the logic is: x86 ? "Desktop" : "Something else").

              Yes, it is base on x86.
              Ok, it seems be a just naming issue.

              Does not all x86 system separate the embedded, desktop system?
              or
              only happend to me?

              Thanks
              ricky

              1 Reply Last reply Reply Quote 0
              • jsulm
                jsulm Lifetime Qt Champion last edited by

                I don't know how QtCreator handles desktop/embedded when you add Qt.

                https://forum.qt.io/topic/113070/qt-code-of-conduct

                rickY79 1 Reply Last reply Reply Quote 0
                • rickY79
                  rickY79 @jsulm last edited by

                  @jsulm
                  Ok, i will makes progress goes on.
                  Thank you very much.
                  Best Regards.

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post