Frameworks/Windows
This page tracks the status of KDE Frameworks on Microsoft Windows.
There is a page about Continuous Integration if you want to know more about CI and KDE Frameworks.
Note: you MUST use emerge to build qtbase since it adds a patch that is essential for the functionality of all the frameworks.
All frameworks that are in emerge are buildable: emerge frameworks_tier1 frameworks_tier2 frameworks_tier3
status overviews
description | |
the framework has built fine and the tests run | |
the framework has built fine but some tests fail | |
the framework fails to build | |
the framework is not in emerge | |
the framework is untested |
tier1 overview
package / compiler | msvc2010_32 | msvc2013_64 | mingw_64 |
attica | done | done | done |
karchive | liblzma dep doesn't build | done | 2/4 pass |
kcodecs | done | done | done |
kconfig | 12/13 pass[1] | done | done |
kcoreaddons | done | done | done |
kdbusaddons | done | done | done |
kglobalaccel | done | done | done |
kguiaddons | done | done | done |
ki18n | done | done | done |
kidletime | no tests | no tests | no tests |
kimageformats | 1/11 pass | 1/11 pass | 1/11 pass |
kitemmodels | done | done | done |
kitemviews | done | done | done |
kjs | doesn't build | done | done |
kplotting | done | done | done |
kwidgetsaddons | done | done | done |
kwindowsystem | X11 only | X11 only | X11 only |
solid | done | done | done |
sonnet | done | done | done |
threadweaver | done | done | done |
- ↑ kconfigcompiler-basic-test fails, seems to be LF/CRLF issues
tier2 overview
compiler \ package | msvc2010_32 | msvc2013_64 | mingw_64 |
kauth | done | done | done |
kcompletion | done | done | done |
kcrash | 0/1 pass | 0/1 pass | 0/1 pass |
kdnssd | no tests | no tests | no tests |
kdoctools | no tests | no tests | no tests |
kjobwidgets | no tests | no tests | no tests |
kpty | |||
kunitconversion | done | done | done [1] |
- ↑ this needs the svnHEAD version of the mingw-w64-headers
tier3 overview
package / compiler | msvc2010_32 | msvc2013_64 | mingw_64 |
kactivities | no tests | ||
kbookmarks | done | done | |
kcmutils | no tests | no tests | no tests |
kconfigwidgets | done | done | |
kdeclarative | done | ||
kded | no tests | no tests | |
kdesignerplugin | no tests | no tests | |
kdesu | |||
kdewebkit | no tests | no tests | |
kemoticons | done | ||
kiconthemes | 0/1 pass | 0/1 pass | |
kinit | no tests | ||
kio[1] | 15/32 pass [2] | 16/32 pass [3] | |
kjsembed | no tests | ||
kmediaplayer | done | ||
knewstuff | no tests | no tests | |
knotifications | no tests | no tests | |
knotifyconfig | no tests | ||
kparts | done | done | |
kross | done | ||
krunner | 0/1 pass | ||
kservice | tests fail to run | 4/7 pass | |
ktexteditor | 43/51 pass [4] | ||
ktextwidgets | done | done | |
kwallet | no tests | no tests | |
kxmlgui | 4/5 pass | 4/5 pass | |
plasma | 3/5 pass |
tier4 overview
package / compiler | msvc2013_64 | mingw_64 |
frameworkintegration | ||
kapidox | ||
kdelibs4support | 25/38 pass [1] | |
kfileaudiopreview | ||
khtml |
- ↑ Two tests hang
MSVC2010 32-bit (old status)
ItemViews
Builds, only some deprecated warnings. Unit test passes. Manual tests work fine. kwidgetitemdelegatetest shows a bug that is probably cross‐platform (will report later).
ThreadWeaver
Builds, tests pass sometimes, other times locks up.
KCoreAddons
KRandom isn't very well seeded
KDirWatch also has some code working around a Windows limitation, which is obsolete because QFileSystemWatcher already implements the same workaround. But getting things to compile should be a priority over removing that.
KDirWatch test fails with QFileSystemWatcher backend on both windows and linux. Added to the kdelibs cleanup.
KSharedDataCache is a nonshared memory-only cache on windows.
KWindowSystem
Hundreds of errors casting WId to HWND in Windows‐specific code.
KArchive
Builds with liblzma, bzip2 and gzip on mingw64. tests have been moved. karchivetest and kfiltertest fail on mingw64.
Tier 2
KDNSSD
Builds with fake backend. no tests available.
KWallet
Builds. I didn't install kwalletd so I didn't test if it works.