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).
Can I pass a license acceptance flag on the config call to avoid the prompts for accepting the license? If not, it's going to be hacky to build this in an automated fashion on our build box...
Hi,
IIRC -confirm-license is what you are looking for.
-confirm-license
@SGaist said in Building Qt from source - how to suppress license prompts during 'config' stage?:
Much appreciated :). Will confirm after current build ends and mark resolved. Cheers.
I still get:
Selecting Qt Edition.
Type 'c' if you want to use the Commercial Edition. Type 'o' if you want to use the Open Source Edition.
Which edition of Qt do you want to use?
Is there a separate argument to pre-select that?
Ahhh, if you pass:
-commercial or -opensource
you can specify.
Cheers!