Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. how to Deploying Applications to Embedded Linux Devices with QtCreator?
Qt 6.11 is out! See what's new in the release blog

how to Deploying Applications to Embedded Linux Devices with QtCreator?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 661 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.
  • C Offline
    C Offline
    caiwei_cs
    wrote on last edited by
    #1

    I use Qt to program for embedded Device. I tried to use Qt Creator to deploy an app to embedded Linux devices but I can’t succeed fully, there is something wrong.

    By my test in the pro file, I write the following:

    target.path = /tmp
    target.files += $${TARGET}
    target.files += main.o
    
    documentation.path = /tmp
    documentation.files += main.o
    
    INSTALLS += target documentation
    

    I hope the 2 files, target and main.o, will be copied to dir /tmp on the remote device by deploying. But in fact, only target is copied.

    the Running Setting looks like this:
    ![alt text](0_1505869883799_Screenshot from 2017-09-19 17:32:36.png image url)

    In the list of "files to deploy", there is only one file, the app target.

    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