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. Creating 64 bit version of my application?
Forum Updated to NodeBB v4.3 + New Features

Creating 64 bit version of my application?

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 1.2k 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.
  • CAD_codingC Offline
    CAD_codingC Offline
    CAD_coding
    wrote on last edited by
    #1

    Hi,
    I am successful in developing my application with Qt 4.8.1 with MinGW compiler for 32 bit Windows.
    Now I want to support 64 bit version of my application too.
    I want to move on to the latest version of Qt i.e. Qt5.2 and already have downloaded the source files.

    The problem is that I dont know whether I have to build the entire Qt or just the dll's that I am using - QtCore4.dll QtGui4.dll and QtNetwork4.dll?
    Since I already have the source code for my application I just need to compile it in 64.
    So for building my 64 bit application do I only need to build the required modules of Qt?
    If yes then how do do this?
    Please forgive me if I am asking a basic question, but this is my first time with application development and hence am looking for some help...

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

      Hi,

      To build a 64bit application you need to either download or build a 64 bit version of Qt.

      You can find "here":http://www.tver-soft.org/qt64 unofficial packages of Qt that includes a MinGW 64 bit version

      Hope it helps

      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
      • CAD_codingC Offline
        CAD_codingC Offline
        CAD_coding
        wrote on last edited by
        #3

        Thank You SGaist for your reply.
        Qt for my compiler is not available, I have to build my own Qt.
        But my question is that whether I need to build all of the Qt modules or just the ones I am using?

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

          Depends on your future development tasks, so it's really up to you

          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