Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
No Version
-
None
Description
When using MinGW as compiler, the Qt4 way of including the Solution module in a project does not work correctly.
Using #include <QtColorComboBox> does not work
Using #include "qtcolorcombobox.h" works fine though.
The generated file QtColorComboBox has a bogus character at the end of the include line. Removing this character should fix the problem.