Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.2.1
-
None
Description
When installing Qt as admin and then compiling Qt as a user without administrative rights, then the compilation will fail because qconfig.h is owned by the admin that did the install, so the file can't be read. The reason this fails is that we copy a temporary file over to the temp directory and the administrative rights are copied too. We could try to get around this.