[Kde-bindings] [Bug 177842] smoke is incompatible with Qt 4.5 snapshots

Bernhard Rosenkraenzer bero at arklinux.org
Sun Jan 11 00:26:23 UTC 2009


http://bugs.kde.org/show_bug.cgi?id=177842





--- Comment #2 from Bernhard Rosenkraenzer <bero arklinux org>  2009-01-11 01:26:22 ---
Actually I ran into that one too, but it is easy to work around. Given Qt_4_6's
definition in qdatastream.h is

    enum Version {
[...]
#if QT_VERSION >= 0x040600
#error Add the datastream version for this Qt version
        , Qt_4_6 = Qt_4_5
#endif
    };

and there's no way QT_VERSION could be >= 0x040600 with Qt 4.5.x (I think
there's only 2 ways to actually hit the definition -- the first is being a Qt
developer and increasing the version number to 4.6, the second is severely
messing up a system by mixing Qt 4.5 and 4.6 headers), simply removing it in
qdatastream.h doesn't actually change anything.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kde-bindings mailing list