Results 1 to 4 of 4

Thread: Problem with using Qt for industrial hardware's interface and Linux

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Problem with using Qt for industrial hardware's interface and Linux

    What do you consider a "very light version" of embedded Linux? Qt needs a framebuffer (linuxfb, directfb or similar) to be able to show its UI somewhere, as for the rest it really depends which parts of Qt functionality you need, surely a bunch of libraries will be needed as well.

    As for the second question, Qt needs some drivers and libraries. You'd have to provide them all in a single large blob to be able to even think about running it without an operating system.

    You could go for any U*ix system that is not Linux (e.g. QNX) but I don't really see what benefits it might bring you. I think you should first answer my initial question.

    About licencing costs -- if you can use Qt LGPL then you don't have to pay anything. If not (as for "running Qt without an operating system") then unless your software is LGPL-compatible by itself, you'll surely need a commercial licence.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. The following user says thank you to wysota for this useful post:

    Momergil (27th March 2014)

Similar Threads

  1. Replies: 1
    Last Post: 12th August 2012, 17:37
  2. problem with interface Class - Error:undefined interface
    By k.qasempour in forum Qt Programming
    Replies: 4
    Last Post: 12th August 2012, 02:11
  3. QT widgets for industrial application
    By ale301168 in forum Qt Programming
    Replies: 4
    Last Post: 10th May 2011, 03:22
  4. Windows Mobile Hardware Keyboard problem
    By grublik in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 3rd December 2010, 11:57
  5. Qt and hardware direct rendering on Linux
    By Vogel Ubrhar in forum Qt Programming
    Replies: 0
    Last Post: 22nd March 2010, 08:58

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
  •  
Qt is a trademark of The Qt Company.