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 in Windows and remote compiler in linux (switch from netbeans to qtcreator)
Forum Updated to NodeBB v4.3 + New Features

QtCreator in Windows and remote compiler in linux (switch from netbeans to qtcreator)

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 3 Posters 4.4k 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.
  • P Offline
    P Offline
    petriska
    wrote on last edited by
    #1

    Hi, Im using windows PC with Netbeans to develop application which is compiled and run in remote linux PC with ADC card. Till now I was using Netbeans as developing IDE, everything is compiled remotely (including Qt gui) in linux. I would like to switch from netbeans to qtcreator. In QtCreator 2.4 is new posibility to add Generic Linux in Linux Device. So I put there my remote linux PC as new device with ssh. But I dont know what is next step, how to set external toolchain in Build & Run?, Remote Compiler is only for Nokia Developer, and in toolchains I see only local windows compilers. I would like to put there my external gcc, etc in linux box. Do I need crosscompiler win-linux ?

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      The Generic Linux Device is used to run your code on, not to compile it there. We currently have no support for doing remote compilation (outside of the remote compiler plugin shipped in the Qt SDK, which is to build for nokia devices only).

      With a bit of configuration it should be doable though: Replace the build steps that are preconfigured with custom ones running the equivalent command on your remote machine.

      I do not think that you will be able to use the Remote Linux support we have to run the application either: It assumes it had copied all files into known locations and your build will most likely not have put them there. So you will need a custom executable runconfiguration to start your application.

      1 Reply Last reply
      0
      • J Offline
        J Offline
        Johnnt
        wrote on last edited by
        #3

        Having same issue. And I still have to use Netbeans.

        Would it be implemented in new version of QT creator?

        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