Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.4.2
-
None
Description
Trying to port Paraview to Qt6 I observe the following error on linux:
/mnt/vcpkg-ci/buildtrees/paraview/x64-linux-dbg/Qt/Components/pqComponents_autogen/include/ui_pqAboutDialog.h:25:10: fatal error: pqaboutdialog.h: No such file or directory 25 | #include <pqaboutdialog.h> | ^~~~~~~~~~~~~~~~~ compilation terminated.
The include should be pqAboutDialog.h instead of all lower case. Since this is an auto generated file and i couldn't find any reference about a lower case version of pqAboutDialog I have to assume this is a bug in uic.