https://bugs.kde.org/show_bug.cgi?id=399544
Evgeniy A. Dushistov <dushis...@mail.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #5 from Evgeniy A. Dushistov <dushis...@mail.ru> --- The problem is still here, I suppose this is because of: + // Since 5.12 uic no longer uses QStringLiteral("") + if (preProcessorVisitor && preProcessorVisitor->qtVersion() >= 051200) + return false; In my case preProcessorVisitor->qtVersion() return 51102, but this is in decimal representation, in octet representation it is 0143636, and os it it bigger then 051200. I suppose the right fix will be 51200, without '0' prefix. -- You are receiving this mail because: You are watching all bug changes.