When compiling a qbs project in QtCreator, I get a lot of these errors: ...requires dynamic R_X86_64_32 reloc which may overflow at runtime; recompile with -fPIC
So, like suggested here How to recompile with -fPIC I want to add --enable-shared to ./configure options. Please tell me where in QtCreator UI I have to put that.