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] qt 4.8.x: a question about different versions QT and QT for embedded
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] qt 4.8.x: a question about different versions QT and QT for embedded

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

    I have a simple practical question about applications develop on my embedded device.

    Usually I use linux/windows on my host to deveop applications and see it simulated on my desktop pc.
    When application running here, then I cross compile for my device and run on target with "qt for embedded" library installed.

    My question is about qt version.
    Normally in my host I have a qt version more recent than that I have installed on my target system.

    For exemple:
    now, my host qt version on windows is QT mingw 4.8.6 and the version on YOCTO target is QT for Embedded 4.8.3

    Can I consider 4.8.x family (both QT and QT for embedded) versions compatible with the same behavior and the same feauture?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      The code base for embedded and standard is pretty much the same except the additional classes for QWS. Qt is backward compatible. However check for the bug fixes that happened in between to be sure you don't hit one.

      On a side note it's Qt, QT stands for Apple QuickTime.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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