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 deploy 32 bit version of app on qt 64 bit and windows 8.1 64 bit

how to deploy 32 bit version of app on qt 64 bit and windows 8.1 64 bit

Scheduled Pinned Locked Moved Unsolved General and Desktop
deploy32bit64bit
4 Posts 3 Posters 3.5k 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.
  • M Offline
    M Offline
    mjzarrin
    wrote on last edited by
    #1

    hello my friends.
    i create an application by qt creator 64 bit (v 3.4.2) , Qt ( v 5.5.0) , MSVC 2013 32bit on windows 8.1 64 bit .
    i was deploy the app and collecting it's needed dlls and it's worked on 64 bit OS . after some month the company i was worked said it's not work on 32 bit systems and it's force to work.
    please give me a simple solution that i can deploy it for 32bit os .
    and please give complete steps because i don't know much about this problem.
    and i want to know can i find that's needed dlls in my 64bit windows or not.
    thank u all very much

    jsulmJ 1 Reply Last reply
    0
    • yuvaramY Offline
      yuvaramY Offline
      yuvaram
      wrote on last edited by
      #2

      Hi,
      In your case the application is compiled in Qt 64bit which is suitable for windows 64bit Operating system.
      Compile application source code with Qt 32bit which can be used in both windows 32bit and 64bit.

      Yuvaram Aligeti
      Embedded Qt Developer
      : )

      1 Reply Last reply
      3
      • M mjzarrin

        hello my friends.
        i create an application by qt creator 64 bit (v 3.4.2) , Qt ( v 5.5.0) , MSVC 2013 32bit on windows 8.1 64 bit .
        i was deploy the app and collecting it's needed dlls and it's worked on 64 bit OS . after some month the company i was worked said it's not work on 32 bit systems and it's force to work.
        please give me a simple solution that i can deploy it for 32bit os .
        and please give complete steps because i don't know much about this problem.
        and i want to know can i find that's needed dlls in my 64bit windows or not.
        thank u all very much

        jsulmJ Online
        jsulmJ Online
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @mjzarrin As @yuvaram said you first need to install Qt 32bit for your compiler (VS2013). Then you should have a new Kit in QtCreator for that Qt version and compiler. If there is no such Kit add one manually and select Qt 32bit and VS2013 32bit compiler. Rebuild your application using this Kit. Then use this tool to deploy it: http://doc.qt.io/qt-5/windows-deployment.html

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

        1 Reply Last reply
        3
        • M Offline
          M Offline
          mjzarrin
          wrote on last edited by
          #4

          thank you @yuvaram and @jsulm
          i will try your solution.

          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