QtCreator on linux: 32-bits vs. 64-bits.
Posted
by Claire Huang
on Stack Overflow
See other posts from Stack Overflow
or by Claire Huang
Published on 2010-05-25T02:58:39Z
Indexed on
2010/05/25
3:01 UTC
Read the original article
Hit count: 403
My laptop is 64-bits, so when I start to use Qt, I chose 64-bit QtCreator. Now I'm facing a problem, I wish that the executable files I generated are runnnable on 32-bit linux system.
Can I set QtCreator to generate 32-bit executable files? So that I can decide I want to generate 32-bit ones or 64-bit ones.
I don't want to install another 32-bit QtCreator ><.
© Stack Overflow or respective owner