Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. QtonPi
  4. Qt5 for Raspberry Pi. X11 or FrameBuffer?

Qt5 for Raspberry Pi. X11 or FrameBuffer?

Scheduled Pinned Locked Moved QtonPi
1 Posts 1 Posters 5.5k 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.
  • L Offline
    L Offline
    luca
    wrote on last edited by
    #1

    Hi all,
    I compiled Qt5 for my Raspberry Pi following "this":http://www.gigabytes.it/blog/2012/11/qt-5-su-raspberry-pi good (italian) tutorial .

    Now I can build application for the board but it seems Qt was compiled for execution in framebuffer (I can execute it without X11).

    What should I have done to compile for X11 ?

    This is my configure:
    @
    ./configure -opensource -confirm-license -no-pch -prefix /opt/qt5-raspi -release -force-debug-info -device linux-rasp-pi-g++ -make libs -nomake tests -nomake examples -opengl es2 -device-option CROSS_COMPILE=/opt/arm-toolchain/bin/arm-linux-gnueabihf- -sysroot /opt/raspbian-chroot
    @

    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