Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Proper deployment settings for remote embedded application
Forum Update on Monday, May 27th 2025

Proper deployment settings for remote embedded application

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 292 Views
  • 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.
  • J Offline
    J Offline
    jstoezel
    wrote on 20 Oct 2016, 19:35 last edited by
    #1

    Hi:

    I used to work on an application that was Widget based. I was able to remotely deploy the files and debug from QTCreator.
    I've just switch to a quick/qml type application. I created a simple Hello World type quick application using the template provided by QtCreator, using QT 5.8 (git clone a couple of hours ago).
    The application seems to deploy and run ok but I am seeing a blankk screen on my device. A this point I am not sure this is because the resources are not properly deployed (or loaded on the target), or if I have another sort of display problem on the target.

    The content of my pro file is as follows:

    TEMPLATE = app
    TARGET = bbb_quick_test
    target.files = bbb_quick_test
    target.path = /home/root
    QT += qml quick
    CONFIG += c++ll
    SOURCE += main.cpp
    RESOURCES += qml.qrc
    INSTALLS += target resources
    QML_IMPORT_PATH=
    include(deployment.pri)

    The pri file is whatever was set by default by QtCreator at creation of a quick project.
    Same for qml.qrc.

    Does this look like the proper files are bundled with the executable and or deployed to the target? From the target, the only file that seems to be deployed is the application executable bbb_quick_test (no qml.qrc or other qml file).

    By the way I'm forcing the scene graph backend to software (no openGL available on my target).

    Any information on what files are deployed, how to check what is deployed on the target would be appreciated.

    Regards,
    JS

    1 Reply Last reply
    0

    1/1

    20 Oct 2016, 19:35

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved