Is there a way to tell which commands were used to build Qt?
-
I have a set of Qt libraries that were constructed using an unknown
configurecommand. Is there any way to use the existing libraries to deduce which command options were used when runningconfigure? For instance, I can see by one of the configuration files thatxkbcommonwas disabled somehow, however using the command-no-xkbcommonfails when performing./configure. -
Hi,
If memory serves well, you can find the information in the qtqa repository.
-
@SGaist there is a repository which contains the
configureoptions used on a persons' system?What I am asking is, given a compilation of Qt, and let's say here that it is a cross compilation for instance, can you deduce the options used to configure the Qt compile (e.g.,
-skip qt3d, -xplatform hello_arm, etc...)? -
I don't think you can.
-
@SGaist there is a repository which contains the
configureoptions used on a persons' system?What I am asking is, given a compilation of Qt, and let's say here that it is a cross compilation for instance, can you deduce the options used to configure the Qt compile (e.g.,
-skip qt3d, -xplatform hello_arm, etc...)?

