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. Releasing exe for 32 bit windows from a 64 bit windows qt creator
QtWS25 Last Chance

Releasing exe for 32 bit windows from a 64 bit windows qt creator

Scheduled Pinned Locked Moved Unsolved General and Desktop
deploymetqt creator32bit64bitwindows 10
2 Posts 2 Posters 2.3k 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.
  • A Offline
    A Offline
    Ahsan Niaz
    wrote on last edited by Ahsan Niaz
    #1

    Hi, I have succesffuly windeployed qt many times and got the exe i wanted. Recently, I had to run an exe released from 64bit windows qt creator for my client on his 32 bit windows. 32 bit windows did not accept it of course.
    I don't want to reinstall qt and select the packages or kits because its a headache.
    Is it possible to add kits or whatever in my current qt creator.
    As I already mentioned, I already have a project running perfectly on 64 bit windows. I want to create an exe that should run perfectly on 32 bit windows.
    Please guide me with what steps I should follow. Thanks

    JKSHJ 1 Reply Last reply
    0
    • A Ahsan Niaz

      Hi, I have succesffuly windeployed qt many times and got the exe i wanted. Recently, I had to run an exe released from 64bit windows qt creator for my client on his 32 bit windows. 32 bit windows did not accept it of course.
      I don't want to reinstall qt and select the packages or kits because its a headache.
      Is it possible to add kits or whatever in my current qt creator.
      As I already mentioned, I already have a project running perfectly on 64 bit windows. I want to create an exe that should run perfectly on 32 bit windows.
      Please guide me with what steps I should follow. Thanks

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      @Ahsan-Niaz said in Releasing exe for 32 bit windows from a 64 bit windows qt creator:

      Is it possible to add kits or whatever in my current qt creator.

      Yes

      As I already mentioned, I already have a project running perfectly on 64 bit windows. I want to create an exe that should run perfectly on 32 bit windows.
      Please guide me with what steps I should follow. Thanks

      1. Close Qt Creator
      2. Run MaintenanceTool.exe
      3. Select and install a 32-bit version of Qt from the MaintenanceTool
      4. Install a compatible 32-bit compiler
        • If you're using MinGW, install it from the Qt installer
        • If you're using MSVC, install it from Microsoft's website
      5. Open your project in Qt Creator and enable your 32-bit kit: https://doc.qt.io/qtcreator/creator-configuring-projects.html
      6. Build and deploy your application using your 32-bit kit

      I don't want to reinstall qt and select the packages or kits because its a headache.

      You don't need to reinstall Qt.

      You must install a new version of Qt on top of your existing installation.

      Recently, I had to run an exe released from 64bit windows qt creator for my client on his 32 bit windows.

      The bitness of Qt Creator does not matter. What's important is the bitness of your kit. (Qt Creator can manage many versions of Qt, both 32-bit and 64-bit, at the same time)

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      4

      • Login

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