Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.1k Topics 62.5k Posts
  • Qt-Creator IDE with Segger J-Link JTAG debugging error

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • 0 Votes
    1 Posts
    532 Views
    No one has replied
  • 0 Votes
    1 Posts
    514 Views
    No one has replied
  • OpenGL issue with QT5 qml applications on I.MX53-based board

    1
    0 Votes
    1 Posts
    972 Views
    No one has replied
  • [SOLVED] QML image load from https

    6
    0 Votes
    6 Posts
    2k Views
    SGaistS
    Dev is currently 5.5
  • Android: Include external library with resources

    2
    0 Votes
    2 Posts
    2k Views
    GianlucaG
    Look at how to include Facebook SDK into Android Qt application: https://github.com/GMaxera/QtFacebook#prepare-facebook-sdk-for-android I think that you should do the same for your lib.
  • How to build Qt 5.4.0 without Wayland

    2
    0 Votes
    2 Posts
    1k Views
    N
    I have not found a solution for this, but I have found a work-around. I can complete the build if I completely delete the qtwayland directory from the qt-everywhere-src-5.4.0 directory. I am still interested in a real solution that I do not need to delete plugin directories to complete a build. So not marking this as solved and hoping to get some feedback.
  • QScroller on QComboBox not triggering sometimes.

    1
    0 Votes
    1 Posts
    654 Views
    No one has replied
  • QtDeclarative on platforms without GLES (Quick2)

    9
    0 Votes
    9 Posts
    2k Views
    M
    qtdeclarative-2d.
  • QupZilla with qt creator

    3
    0 Votes
    3 Posts
    1k Views
    K
    Sam got the point! QWebEnginePage is from Qt 5. My rough guess is you are building the application in Qt 4.xx
  • Offline Qt Doc

    13
    0 Votes
    13 Posts
    37k Views
    G
    bq. HTML Qt documentation is in the doc/html directory of your Qt installation I downloaded Qt 5.4, it doesn't have doc/html folder. However, Qt documentation in portable offline format (PDF, fb2) is useful to read it with e-book device that doesn't have web browser, but better for eyes health...
  • QDirectPainter example

    2
    0 Votes
    2 Posts
    863 Views
    A
    The widget has a complex layout with stylesheet and transparency
  • [SOLVED] Syntax error: newline unexpected in ui

    12
    0 Votes
    12 Posts
    5k Views
    K
    Hi admd91, The key is to set the environment variables correctly. @ source /opt/poky/1.4.1/environment-setup-armv7a-vfp-neon-poky-linux-gnueabi @ When run this script, it loads all the environment variables correctly. Then the environment is set correctly to cross compile your application. After you execute the script, you might run the following @ qmake -project qmake make @ This is one way to build the Qt application. Or else, You can also set the Build and Run options in Qt creator with the cross compiler path and build it directly from the Qt Creator. --Kumara
  • Qt for Embedded Linux Pricing Query

    5
    0 Votes
    5 Posts
    2k Views
    N
    Ohhh...okay, I got your point. I just assumed that somebody would be knowing it. Anyway, I have now contacted Sales. Thanks for the direction. Regards, Nishant
  • Displaying Colorful Screens Monochrome in QT 4.1 ?

    3
    0 Votes
    3 Posts
    739 Views
    C
    I just thought that monochrome is another issue . So, I've opened another issue. By the way, is there any proposal which indicates a gap says that those colors refer to black, and those colors refer to white for monochrome.I mean, when I give the related color as param, I should get back black or white according to this gap. Thanks in advance for the replies , Cranberries
  • Using Qt mobility NFC app with NXP Reader Library

    1
    0 Votes
    1 Posts
    527 Views
    No one has replied
  • [SOLVED]Deploy on IOS device

    4
    0 Votes
    4 Posts
    701 Views
    SGaistS
    Unless Apple changed something, yes
  • [Solved] Qt 5.4.0 for i.MX6 - Configuration Failure

    7
    0 Votes
    7 Posts
    7k Views
    N
    No, my latest reply was a configure execution that contained -no-gcc-sysroot. But I just ran a configure that omitted that flag AND had the corrected DISTRO_OPTS flag set in the qmake.conf and the configuration completed. I'm now in on to the make. Thanks for the help troubleshooting, agocs. Marking this thread as solved.
  • Displaying Screens in Black and White in QT

    4
    0 Votes
    4 Posts
    992 Views
    SGaistS
    4.1 ? Pretty old. What you can try is to build Qt with -depths 1
  • Rescale the mainwindow and its contents to fit in different screens

    8
    0 Votes
    8 Posts
    2k Views
    SGaistS
    Looks like a work for QGridLayout