merge part of WC/r27277/ by Antti Koivisto <antti@apple.com>
[kdelibs.git] / README-WIN32.TXT
blob8a834a9a26b2ae291201368ce9c29d5f39cba72c
1 This file is intended as entry point for the win32 port of KDELIBS.
3 Any developer interested into working on the win32 port is invited 
4 to start at http://www.kdelibs.com for an overview and status of the port. 
6 BUGS: 
9 TODO:
10 - add description and version number to shared libraries. 
12 - add application icons to executables
14 - kinit/klauncher: refactor unix klauncher.cpp and merge back klauncher_win.cpp
16 - kio/kio/kfileitem.cpp: win32 implementation of user/group/permissions handling required.
17 qt's QFileInfo class has methods for platform independent user/group/permission retrieving 
18 but they are not implemented complete in the win32 port.
19 There may be more places where such handling is required, I haven't checked yet
21 - qt depends on dbus but FindQt4 does not check if the dbus library is available. 
22   This results to a broken build process when running qdbusxml2cpp.exe