Skip to content

QtonPi

QtonPi
406 Topics 2.3k Posts
  • Qt 5.4 Compile problem for Raspberry Pi

    18
    0 Votes
    18 Posts
    9k Views
    SGaistS
    Then you should check the "bug report system":http://bugreports.qt.io to see if it's something known
  • Build qt project on Raspberry Pi

    18
    0 Votes
    18 Posts
    7k Views
    X
    Yes I did, same output...
  • [SOLVED] qt 5.4 on raspberry pi 2 native or cross compile need help

    6
    0 Votes
    6 Posts
    4k Views
    SGaistS
    Good ! Then please update the thread title prepending [solved] so other forum users may know a solution has been found :)
  • Ubuntu 14.04 and cross compile QtWebkit for rasbian

    6
    0 Votes
    6 Posts
    2k Views
    SGaistS
    Did you install the required dev libraries on the Pi ?
  • How can I develop qt app for raspberry on desktop

    7
    0 Votes
    7 Posts
    3k Views
    SGaistS
    Can you try again but without the -reduce-exports option
  • Simple QtWebKit Application Crashes w/ Segmentation Fault

    6
    0 Votes
    6 Posts
    5k Views
    E
    My qtwebkit-example 'browser' will crash with a 'Segmentation Fault' error. I too am using Qt5.4.0. I am using: -Qt5.4.0(eglfs)-qtwebkits-example-example -Built in an OpenEmbedded environment -Cross-compiled with arm-gnueabihf 4.7 (linaro) -TI am335x ARM processor -Using TI SDK 5_01_01_01 for graphic drivers and library support. Are you passing any extra export variables or arguments when running the browser example? Did you ever find a solution to your problem?
  • Qt5.3.2 cross-compile : how to enable eglfs plugin

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Raspberry PI and bluetooth

    15
    0 Votes
    15 Posts
    9k Views
    mrdebugM
    Ok. Is this device available online? I'm waiting for 2 prototypes and, when the device will be ok I hope to have business with Raspberry - RFID - Qt. If you are interested I will send to you documentation when the device will be available.
  • [SOLVED]Question about Bluetooth Scanner Example

    6
    0 Votes
    6 Posts
    5k Views
    F
    I've stucked with the same problem. peterlin82 can you explain step by step how did you solved your problem.
  • Qt5 on Pi - the future

    5
    0 Votes
    5 Posts
    2k Views
    A
    Cross compilation is pretty straightforward. The embedded docs even use Raspi as an example configure command... http://doc-snapshot.qt-project.org/qt5-5.4/embedded-linux.html This of course assumes you have a working toolchain and sysroot. For commercial usage there's http://doc.qt.digia.com/QtEnterpriseEmbedded/index.html which also has Raspberry Pi as one of it's officially supported platforms.
  • Building Webengine on rpi

    1
    0 Votes
    1 Posts
    893 Views
    No one has replied
  • Qt5 Color Banding

    3
    0 Votes
    3 Posts
    3k Views
    Y
    For raspberry pi I would suggest adding QT_QPA_EGLFS_FORCE888 environment variable (explained here http://doc-snapshot.qt-project.org/qt5-nosubdir/embedded-linux.html). Without this option gradients usually look terrible.
  • QWebKit and GPU acceleration

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Cross-Compile Tutroials, Getting Stuck

    4
    0 Votes
    4 Posts
    4k Views
    L
    You can also use the toolchain provided by raspberry pi foundation https://github.com/raspberrypi/tools. I have managed to cross compile qt5.4 in release, compiling in debug will fail with the following error : http://pastebin.com/M5KrCN1p Then if i use the release build, any project using QWebView will segfault (ie browser sample). Anyone experienced this ?
  • Download Links

    2
    0 Votes
    2 Posts
    1k Views
    SGaistS
    Hi and welcome to devnet, It seems that the downloads are not available anymore. However using Raspbian it's not overly difficult to setup a working cross-development environment. Hope it helps
  • Automatically run when i turn on raspberry pi?

    2
    0 Votes
    2 Posts
    1k Views
    p3c0P
    Hi, One way would be to write a script and call your Qt Application from script. And for the rest process "this":http://bit.ly/ZULKg9 will help you.
  • Icons not rendering SOLVED

    8
    0 Votes
    8 Posts
    3k Views
    SGaistS
    Ok, good, you can also use $$PWD for that matter
  • What is the meaning of Segmentation fault on xrdp?

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Error QT:help

    2
    0 Votes
    2 Posts
    2k Views
    EddyE
    Hi nikohal, I've mode this post to the pi subforum. Most likely you didn't cross compile for the pi. Have a look at this "wiki page":http://qt-project.org/wiki/Category:QtonPi For instructions/tutorials on how to do this (create section) Cherrs, Eddy
  • Cross Compiling: No binaries on pi image

    11
    0 Votes
    11 Posts
    4k Views
    SGaistS
    If you are setting both CXX and CC then there's something wrong with your setup. Are you sure you are using the correct kit ? The correct Qt version ?