Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Is it possible to configure cross-compilation using Creator?
Forum Update on Monday, May 27th 2025

Is it possible to configure cross-compilation using Creator?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 239 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.
  • I Offline
    I Offline
    IknowQT
    wrote on last edited by
    #1

    Is it possible to develop with Qt creator in a window environment, build for Linux, and send it remotely?

    I know that the gcc compiler is needed, but I don't know how to proceed with setting it up and I don't know about remote access either.
    Is there any related documentation or method?

    jsulmJ 1 Reply Last reply
    0
    • I IknowQT

      Is it possible to develop with Qt creator in a window environment, build for Linux, and send it remotely?

      I know that the gcc compiler is needed, but I don't know how to proceed with setting it up and I don't know about remote access either.
      Is there any related documentation or method?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @IknowQT Do you have a cross compilation environment already? If not then you have first to set it up before you can continue with QtCreator. You need a sysroot and a compiler, then you have to cross compile Qt using this sysroot and compiler. And then you can create a Kit in QtCreator where you specify qmake from your cross compiled Qt and the cross compiler.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      I 1 Reply Last reply
      0
      • jsulmJ jsulm

        @IknowQT Do you have a cross compilation environment already? If not then you have first to set it up before you can continue with QtCreator. You need a sysroot and a compiler, then you have to cross compile Qt using this sysroot and compiler. And then you can create a Kit in QtCreator where you specify qmake from your cross compiled Qt and the cross compiler.

        I Offline
        I Offline
        IknowQT
        wrote on last edited by
        #3

        @jsulm

        2e0c9f40-2255-48c5-92e0-77956fe11db2-image.png

        I don't understand it well, but if you look at my compiler, you can see that the path to gcc is set.
        What can I do next?

        jsulmJ 1 Reply Last reply
        0
        • I IknowQT

          @jsulm

          2e0c9f40-2255-48c5-92e0-77956fe11db2-image.png

          I don't understand it well, but if you look at my compiler, you can see that the path to gcc is set.
          What can I do next?

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @IknowQT said in Is it possible to configure cross-compilation using Creator?:

          What can I do next?

          I already wrote what you need to do.
          I also asked you a question which you did not answer...

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          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