Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi everyone!
I have a project for iOS and I want to disable BITCODE. How I can do it using *.pro file?
Hi,
Depending on your Qt version your can try with CONFIG -= bitcode.
CONFIG -= bitcode
Hope it helps
Thanks! I'll try it.
@SGaist Thanks! This help meh to solve my problem!