Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.5.2
-
None
Description
I am trying to use Qt6 in a C++ module. So I would like to disable inclusion of standard Qt header files in the UIC generated headers, and add my own include that will import the C++ module.
But passing `--no-default-includes` to uic command line has no effect, the #include lines for Qt headers are still generated...