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. Set a project to build 64 bit dll?
QtWS25 Last Chance

Set a project to build 64 bit dll?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 2.9k 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.
  • R Offline
    R Offline
    reactive
    wrote on last edited by
    #1

    How do I set my shared library project to build in 64 bit?
    I'm not using any of the Qt libraries and I'm using the VS2008 compiler.
    I looked in http://doc.qt.nokia.com/latest/qmake-project-files.html thinking it was probably
    a .pro file setting but didn't find it. Thanks!

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      I usually build Qt in the MSVC command prompt. You can set the CPU architecture and word width in that command window using the normal MSVC bat-files for that.

      Afterwards Qt Creator 2.2 will pick the correct compiler and word width for your library.

      1 Reply Last reply
      0
      • R Offline
        R Offline
        reactive
        wrote on last edited by
        #3

        But my library isn't using Qt (I unchecked Qt core). In VS2008 you can change
        the build configuration from Win32 to x64 per project.

        I just realized I should have posted this in the tools section.

        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