Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QTCreator does not keep the remote environment when invoking remote make command
Forum Updated to NodeBB v4.3 + New Features

QTCreator does not keep the remote environment when invoking remote make command

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 498 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.
  • D Offline
    D Offline
    djfongang
    wrote on last edited by
    #1

    Here is the scenario:

    • qtcreator being used for generic C++ development(btw this is a major use case) with a custom build system.

    • not using qmake or cmake.

    • In this system, all builds must be done on real target systems which have complete toolchain environment.

    • I have created a kit for custom linux device and the ssh test passes.

    • In custom build step, I specify make on remote node.

    • Execution of my custom build makefile fails because some commands that are being called from the makefile are not found.

    Even when I add the path to the custom command to PATH under Build Environment, make still reports command not found.

    Also, I will need all the aliases to work.

    does the remote invocation include the .bashrc file?

    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