KDE LogoKDElibs.com
Cross-platform KDE Development











Status

THIS PAGE IS OUTDATED. Visit Windows section of KDE TechBase (http://techbase.kde.org/Getting_Started/Build/KDE4/Windows)

Table of contents

General

  • migration to Qt4 is not finished
  • Wiki at kde.org (http://wiki.kde.org/tiki-index.php?page=KDE4+Windows+Port)

KDElibs 4 on Windows

  • all libraries of kdelibs compile on Windows with cmake
  • kdelibs4 on Windows is not stable in terms of API and available features (comparing to Linux/UNIX); most of this is because KDE4 is still in active development
    • klauncher could start applications and kio slaves
    • win32 related kdeinit wrapper working (see kdeinit --help for more options)
    • kio_file is usable
    • kio_http is usable in non ssl mode
    • kio_ftp is usable using anonymous user
    • katetest is running, directory browsing is possible, files could be opened

TODO list

this list is a TODO-list which needs to be done before we can release an alpha version of kdelibs/windows

Compilation status

http://public.kitware.com/dashboard.php?name=kde


Known Bugs

KDELIBS

  • KDECORE
    • KURL - not all win32 path cases are handled
    • some more tests are not running
  • KIO
    • kio/tests/karchivetest.exe - user/group tests not working
    • some more tests are not running
  • KATE
    • file browser does not show files which are with just 'saved as'. reload is required to display
  • KIOSLAVES
    • kio_http does not work in ssl mode


KDEBASE

  • runtime/kioslaves
    • kio_help is not loadable - error message is 'trying to load c:\Programme\kdelibs/lib/kde4/kio_help' could not open kio_help: QLibrary::load_sys: Cannot load C:\Programme\kdelibs/lib/kde4/kio_help (Die angegebene Prozedur wurde nicht gefunden.)
    • kio_ftp - connection possible, user/password are not recognized