[Patch] fro kdelibs/kdecore

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Wed Oct 19 21:18:59 BST 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Here a patch to compile kdecore/kdelibs with msvc.net
- - change some 'class Private' to 'struct Private' because the private
vars are defined in a struct and not a class
- - '#pragma warning' is a gnu extension -> mask with __GNUC__
- - kaccelaction.cpp: fix signed/unsinged warning
- - kglobal.h: QT3_SUPPORT -> KDE3_SUPPORT
- - kglobal.cpp: '#undef QT3_SUPPORT' -> '#undef KDE3_SUPPORT' to avoid
compile error in qwidget.h (QT_MOC_COMPAT isn't set correct)
- - Sconstruct: add some msvc-specific flags to avoid more compiler
warnings (should normally set by bksys/win32/detect_qt4.py or
bksys/detect_qt4.py but I currently have no idea how to parse
.qmake.cache and qmake.conf to get the correct flags from there)

I'm not on the list so please cc me if you've some problems with my
patch, thx.


Christian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDVqoznNKwkgf+zVMRAq97AJ0Se26fEvep54wJPV+H4Q8PH95KOgCfXn42
DlvpjZcDCld+4plD3o4WqS8=
=lUc6
-----END PGP SIGNATURE-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kdecore.patch
Type: text/x-diff
Size: 9069 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20051019/a3634858/attachment.patch>


More information about the kde-core-devel mailing list