Results 1 to 3 of 3

Thread: Executing .qml files in Embedded devices

  1. #1
    Join Date
    Nov 2014
    Posts
    54
    Thanks
    5
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11

    Default Executing .qml files in Embedded devices

    Hi,

    I am working on IMx.6 device with ARM architecture and i want to execute .qml programs in our device.
    Is it possible to execute the .qml files in the embedded device ,if it is possible suggest the procedure to execute and also specify the components or packages that are need to present in the device.

    Thanks in advance,
    Rohith.G

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Executing .qml files in Embedded devices

    There is basically no difference for Qt or QML on whether the device is ARM or x86, whether it is a PC or an embedded board.

    So if you can run it on your development machine and you can build and deploy it to the IMx.6 ti should also run there.

    E.g. if you run simple QML files directly using qmlscene or qml, then this should also work on the device.
    If you have a C++ core that loads the QML, then again this should also work on the device.

    Cheers,
    _

  3. #3
    Join Date
    Nov 2015
    Posts
    1
    Qt products
    Qt3 Qt/Embedded
    Platforms
    MacOS X Windows

    Default Re: Executing .qml files in Embedded devices

    As per my experience actually there is no any difference for Qt or QML for ARM and x86 whether it is a PC or an embedded board.
    Can you please post here the specifications of your IMx.6 device?
    Also which ARM you are using and what are its specifications?

Similar Threads

  1. Creating and executing cmd files
    By Momergil in forum Qt Programming
    Replies: 7
    Last Post: 13th September 2011, 15:55
  2. Open/Executing Files on Linux
    By MBex in forum Qt Programming
    Replies: 5
    Last Post: 3rd June 2011, 00:15
  3. Replies: 1
    Last Post: 13th December 2010, 22:58
  4. executing a audio player code on Embedded linux
    By sureshlohith in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 21st April 2010, 05:17
  5. No sound on embedded devices
    By winarko in forum Qt for Embedded and Mobile
    Replies: 5
    Last Post: 25th June 2008, 22:08

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.