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. Qt Static Build for 32 and 64 bit

Qt Static Build for 32 and 64 bit

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

    I am trying to set up Qt Creator to be able to build statically (no DLLs to deploy). I have built Qt from source using the MingW compiler and successfully built a 64bit application. However, I'm struggling with the 32bit setup.

    When I setup the 32bit Kit, I get an error next to the kit saying the 32bit compiler cannot produce code for this Qt version (x86-windows-msys-pe-64bit). Does this mean I have to build two versions of the static libraries, one for 32bit and one for 64bit ?

    TIA

    Alan

    K 1 Reply Last reply
    0
    • A Alan B

      I am trying to set up Qt Creator to be able to build statically (no DLLs to deploy). I have built Qt from source using the MingW compiler and successfully built a 64bit application. However, I'm struggling with the 32bit setup.

      When I setup the 32bit Kit, I get an error next to the kit saying the 32bit compiler cannot produce code for this Qt version (x86-windows-msys-pe-64bit). Does this mean I have to build two versions of the static libraries, one for 32bit and one for 64bit ?

      TIA

      Alan

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @alan-b said in Qt Static Build for 32 and 64 bit:

      When I setup the 32bit Kit, I get an error next to the kit saying the 32bit compiler cannot produce code for this Qt version (x86-windows-msys-pe-64bit). Does this mean I have to build two versions of the static libraries, one for 32bit and one for 64bit ?

      Yes, you need two completely separated toolchains.

      Vote the answer(s) that helped you to solve your issue(s)

      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