User Interface Compiler (uic) documentation in Qt 5 [qt-project.org] misses some parameters, for example:
-d, -dependencies
-n, -no-implicit-includes
-postfix
-3
-g, -generator
Among those the usage message produced by uic.exe describes them except for -postfix and -3. So those I guess are “technical” or for internal use. But what about the other ones?
↧