Results 1 to 6 of 6

Thread: How to configure QT5 that doesn't contain xcb and x11

  1. #1
    Join Date
    Jul 2015
    Posts
    3
    Qt products
    Qt5 Qt/Embedded

    Default How to configure QT5 that doesn't contain xcb and x11

    The plugin libqlinuxfb.so is not supposed to contain cxb and x11, as it is based on framebuffer. I’ve compiled many times but ldd still detects that libqlinuxfb.so includes xcb and x11. The weird thing is that I also tired –no-xcb while executing configure, but that seems doesn’t work.
    I’m using x86 embedded platform on Ubuntu 14.04.2 LTS

  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: How to configure QT5 that doesn't contain xcb and x11

    Very weird indeed.
    You could try building the directfb QPA.

    Cheers,
    _

  3. #3
    Join Date
    Jul 2015
    Posts
    3
    Qt products
    Qt5 Qt/Embedded

    Default Re: How to configure QT5 that doesn't contain xcb and x11

    Thanks for reply. The system is linuxkernle + busybox and I'm afraid building the directfb QPA won't work.

  4. #4
    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: How to configure QT5 that doesn't contain xcb and x11

    Ah, too bad.

    My understanding was that the directfb plugin is the better option when using Linux framebuffer.
    Which of its build dependencies are lacking on your platform?

    Cheers,
    _

  5. #5
    Join Date
    Jul 2015
    Posts
    3
    Qt products
    Qt5 Qt/Embedded

    Default Re: How to configure QT5 that doesn't contain xcb and x11

    I'd tried adding LD_LIBRARY_PATH=/path/to/your/selfbuiltqt/lib before calling ldd, but still doesn't work.
    besides, I tried –no-xcb and still doesn't work

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How to configure QT5 that doesn't contain xcb and x11

    How does "doesn't work" manifest itself? Do you get build errors or runtime errors? What are they?
    Last edited by wysota; 15th July 2015 at 05:51. Reason: spelling corrections
    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.


Similar Threads

  1. Replies: 6
    Last Post: 27th May 2014, 08:20
  2. ./configure
    By eltecprogetti in forum Qt Programming
    Replies: 1
    Last Post: 18th April 2012, 14:21
  3. Replies: 2
    Last Post: 31st August 2011, 16:15
  4. configure QT 4.6.2
    By QT-embedded in forum Installation and Deployment
    Replies: 1
    Last Post: 3rd April 2010, 15:26
  5. configure??? qt 4.6.2
    By QT-embedded in forum Newbie
    Replies: 9
    Last Post: 18th March 2010, 14:38

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.