Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Building 64-bit Executable for My Qt Project
Forum Updated to NodeBB v4.3 + New Features

Building 64-bit Executable for My Qt Project

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 214 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.
  • R Offline
    R Offline
    Ruby_83
    wrote on last edited by
    #1

    Hello Qt community,

    I'm working on a Qt project, and I'd like to build a 64-bit executable for it. Currently, I have successfully built a 32-bit version, but I need the 64-bit version to take advantage of the increased memory addressing capabilities.

    I'm using Qt 5.9 with Qt Creator for development. Could someone please provide guidance or steps on how to configure my Qt project to build a 64-bit executable? Are there any specific settings or considerations I should be aware of when making this transition from 32-bit to 64-bit?

    Any help or tips would be greatly appreciated. Thank you in advance!

    Best regards,

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

      Hi,

      The procedure is basically:

      • install a 64bit build of Qt (it should be auto-detected by Qt creator)
      • configure your project to use the 64bit kit that was created through the step above
      • build and enjoy

      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
      1

      • Login

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