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. How to develop Qt application that can run on windows using ubuntu development environment
Forum Updated to NodeBB v4.3 + New Features

How to develop Qt application that can run on windows using ubuntu development environment

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 167 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.
  • D Offline
    D Offline
    deshanharshana
    wrote on 12 Sept 2023, 02:01 last edited by
    #1

    I am using ubuntu for develop Qt application. I need to create .exe file for run that application on windows. how i do it

    C 1 Reply Last reply 12 Sept 2023, 03:17
    0
    • D deshanharshana
      12 Sept 2023, 02:01

      I am using ubuntu for develop Qt application. I need to create .exe file for run that application on windows. how i do it

      C Offline
      C Offline
      ChrisW67
      wrote on 12 Sept 2023, 03:17 last edited by
      #2

      @deshanharshana Two options:

      • Build the your source code on a Windows machine (virtual or physical) with pre-built Qt libraries and tools.
      • Install MingW64 on Ubuntu to get a tool chain targeting Windows, cross-compile Qt from source to get a set of libraries for Windows, cross-compile your source code with the MingW tool chain and Qt libraries. You can try something like MXE to shortcut this process

      The first option is generally far easier.

      1 Reply Last reply
      3

      1/2

      12 Sept 2023, 02:01

      • Login

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