Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to deploy a 32bit application
Forum Updated to NodeBB v4.3 + New Features

How to deploy a 32bit application

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 573 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.
  • T Offline
    T Offline
    Toxiik
    wrote on last edited by
    #1

    Hello, i have tried to make my first application with Qt5, which works fine with the debugger.
    But when i compile in release mode and i copy/paste the .exe and the dll on a 32bit computer, there is a error message.

    My application configuration is : !http://image.noelshack.com/fichiers/2015/05/1422808230-compilateur.png(Compilateur)!

    !http://image.noelshack.com/fichiers/2015/05/1422808230-kit.png(Kits)!

    !http://image.noelshack.com/fichiers/2015/05/1422808230-version.png(Version Qt)!

    How can i produce a 32bit and a 64 bit application?
    Thanks

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      This question has been asked many times already, you have to follow the deployment process. "Here":http://qt-project.org/wiki/Deploy_an_Application_on_Windows you have an excellent summary on how to do it.

      As for 32 and 64 bit, you need to build your application for earch architecture. So you need to have also both version of Qt installed

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - 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