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
  • Qt5.7 & Raspberry Pi 3 mkspecs equal signs

    Unsolved raspberry pi 3
    3
    0 Votes
    3 Posts
    2k Views
    Dr.VD
    @micland I thought of that but discarded the idea because Raspbian seems to be the de facto standard distribution for RPi, and IMHO the mkspec should work out-of-the-box with the Rasbian library paths. Or at least there should be a mkspec for Raspbian. Also, if I understand it right, the symlinks won't fix the run time error. (But I have to admit I am not at all sure I understand it right.) One thing that puzzles me is the big difference between RPi3 and RPi2 mkspecs. Wouldn't it be enough to change the processor optimization flags?
  • Android Development Guide

    Unsolved
    8
    0 Votes
    8 Posts
    3k Views
    T
    Install latest mingw... I had problems with make without it...
  • Is Qt Partner Program available to GPL/LGPL companies?

    Unsolved partner gpl technology commercial lgpl
    5
    0 Votes
    5 Posts
    2k Views
    SGaistS
    @tekojo I knew something wasn't right :D
  • Android first Activity

    Solved android android 6 qt 5.7 start screen
    4
    0 Votes
    4 Posts
    2k Views
    benlauB
    @romsharkov You may use a custom theme to turn off the ActionBar. Example: quickandroid/apptheme.xml at master · benlau/quickandroid quickandroid/AndroidManifest.xml at master · benlau/quickandroid Document: Complete Guide to Making a Splash Screen for your QML Android Application — Medium
  • APK Build Failed -

    Solved qt mobile
    5
    0 Votes
    5 Posts
    3k Views
    BonganiB
    Thanks @Mathan-M, It also worked for me. I think we can mark this as solved.
  • Error in build simple (blank) application at android qt

    android build error help
    2
    0 Votes
    2 Posts
    1k Views
    BonganiB
    @Roy-a , did you finally find a solution for this problem ?
  • Build Qt5.5.1 for Beaglebone black

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    ask4A
    yes indeed everything goes smoothly when compiling with rootfs provided with ti-sdk. thank you for replay. I will put here instruction howto . Best regards
  • Opencv in Android

    Solved
    12
    0 Votes
    12 Posts
    5k Views
    OliveiraNTO
    @benlau and @SGaist tanks for the help, I didn't know there is an openCV just for android. I solved my problem adding the openCV sdk for android at my project with this: TEMPLATE = app QT += qml quick CONFIG += c++11 SOURCES += main.cpp \ processaimagem.cpp \ provedorimagem.cpp INCLUDEPATH += /home/gpca/Qt/OpenCV-android-sdk/sdk/native/jni/include OPENCV3RDPARTYLIBS = /home/gpca/Qt/OpenCV-android-sdk/sdk/native/3rdparty/libs/armeabi-v7a OPENCVNATIVELIBS = /home/gpca/Qt/OpenCV-android-sdk/sdk/native/libs/armeabi-v7a LIBS += $$OPENCV3RDPARTYLIBS/liblibtiff.a $$OPENCV3RDPARTYLIBS/liblibjpeg.a $$OPENCV3RDPARTYLIBS/liblibjasper.a $$OPENCV3RDPARTYLIBS/liblibpng.a $$OPENCV3RDPARTYLIBS/libtbb.a $$OPENCV3RDPARTYLIBS/libIlmImf.a LIBS += $$OPENCVNATIVELIBS/libopencv_core.a $$OPENCVNATIVELIBS/libopencv_androidcamera.a $$OPENCVNATIVELIBS/libopencv_flann.a $$OPENCVNATIVELIBS/libopencv_imgproc.a $$OPENCVNATIVELIBS/libopencv_highgui.a $$OPENCVNATIVELIBS/libopencv_features2d.a $$OPENCVNATIVELIBS/libopencv_calib3d.a $$OPENCVNATIVELIBS/libopencv_ml.a $$OPENCVNATIVELIBS/libopencv_objdetect.a $$OPENCVNATIVELIBS/libopencv_photo.a $$OPENCVNATIVELIBS/libopencv_stitching.a $$OPENCVNATIVELIBS/libopencv_superres.a $$OPENCVNATIVELIBS/libopencv_ts.a $$OPENCVNATIVELIBS/libopencv_video.a $$OPENCVNATIVELIBS/libopencv_videostab.a $$OPENCVNATIVELIBS/libopencv_java.so ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android-sources RESOURCES += qml.qrc # Additional import path used to resolve QML modules in Qt Creator's code model QML_IMPORT_PATH = # Default rules for deployment. include(deployment.pri) DISTFILES += \ android/AndroidManifest.xml \ android/gradle/wrapper/gradle-wrapper.jar \ android/gradlew \ android/res/values/libs.xml \ android/build.gradle \ android/gradle/wrapper/gradle-wrapper.properties \ android/gradlew.bat ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android HEADERS += \ processaimagem.h \ provedorimagem.h Again, thank you both for the help.
  • Fatal error: QObject: No such file or directory

    Solved android studio ndk qobject android
    5
    0 Votes
    5 Posts
    10k Views
    SandersS
    I finally found my issue. My include path did not point to the great folder (the one containing the QObject header) To fix it I used the include path flag with the ndk-build command
  • QMedialPlayer on Android in service playing audio streaming.

    Solved android qmediaplayer qt5.7
    3
    0 Votes
    3 Posts
    2k Views
    SGaistS
    Hi and welcome to devnet ! Thanks for sharing the report link ! It has been marked as solved for Qt 5.7.1. So please mark this thread as solved using the "Topic Tools" button so other forum users may know a solution has been found :)
  • 0 Votes
    4 Posts
    2k Views
    SGaistS
    Glad you found out and thanks for sharing ! Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)
  • Unable to create buy intent

    Unsolved
    18
    0 Votes
    18 Posts
    4k Views
    SGaistS
    Good :) Thanks for the followup
  • Qtwayland compositor & weston

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Qt can't build Android apk on Mac

    Unsolved
    1
    0 Votes
    1 Posts
    356 Views
    No one has replied
  • Is there anyway to build Qt 5.6 with ptxdist for imx6 ?

    Unsolved qt 5.6 yocto ptxdist imx6
    1
    0 Votes
    1 Posts
    971 Views
    No one has replied
  • RaspberryPi EGLFS Mouse not displayed

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    BrocolpifB
    @micland said: QT_QPA_EGLFS_HIDECURSOR var is not set thanks for support :)
  • USB Touchscreen support to Embedded Qt

    Unsolved touch touch screen
    3
    0 Votes
    3 Posts
    2k Views
    SGaistS
    Hi, What driver are you using ? Did you check if there where any need to calibrate anything ?
  • Converting NSNotificationCenter events to Signals

    Solved ios
    11
    0 Votes
    11 Posts
    4k Views
    SGaistS
    The important point is that you could solve it :)
  • Button Onclicked - Event not fired.

    Unsolved qt mobile
    2
    0 Votes
    2 Posts
    1k Views
    M
    Now its working. wrongly used the namespace name in the .qml fle instead of id. QtCPPSearchVOne { id: objQtCPPSearchVOne Button { id: btnSubmit onClicked:{ objQtCPPSearchVOne.funsearchMap() } } }
  • Torch and Compass issues on Android

    Unsolved
    1
    0 Votes
    1 Posts
    334 Views
    No one has replied