[PyKDE] PATCH: compile fix against Qt/Embedded 2.3.10

Michael 'Mickey' Lauer mickey at tm.informatik.uni-frankfurt.de
Wed Feb 9 00:43:56 GMT 2005


Hi,

this (trivial) patch fixes compilage of PyQt 3.13 against Qt/Embedded
2.3.10,
which contains the version number 2310, hence all comparisons against
300 assume 2.3.10 being 3.x (which, of course, fails).

Here is the excerpt of 2.3.10's qglobal.h:
------------------------------------------
// NOTE:
// to allow for a two digit patch release number we have jumped from 239
to 2310
// for future reference, if we ever release a Qt 2.4.0 the version
number will jump to 2400, i.e. 2.4.00
#define QT_VERSION       2310
#deinfe QT_VERSION_STR   "2.3.10"
------------------------------------------

Please apply.
-- 
Regards,

Mickey.
------------------------------------------------------------------
Dipl.-Inf. Michael 'Mickey' Lauer <mickey at tm.cs.uni-frankfurt.de>
------------------------------------------------------------------

-------------- next part --------------
A non-text attachment was scrubbed...
Name: qt2-fix.patch
Type: text/x-patch
Size: 3757 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20050209/18b8abd1/qt2-fix.bin


More information about the PyQt mailing list