Frameworks/Mac: Difference between revisions

From KDE Community Wiki
(Create page, only itemmodels tested so far.)
 
(→‎Tier1: Add the remaining tier1 frameworks)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
== Tier1 ==
== Tier1 ==


=== ItemModels ===
I only tested compilation, didn't run any automatic or manual tests.
Builds, no warnings. The autotests are currently disabled on all platforms and there are no manual tests, so I haven't tested if it works.
 
{|border="1" cellpadding="5" cellspacing="5" style="border: gray solid 1px; border-collapse: collapse; text-align: left; width:100%;"
!Framework
!Status
|-
|ItemModels||Builds
|-
|ItemViews||Builds
|-
|KArchive||Builds (tested with zlib and bzip2 present and LZMA missing)
|-
|KCodecs||Builds
|-
|KConfig||Builds
|-
|KCoreAddons||Not tested due to missing SharedMimeInfo.
|-
|KDBusAddons||Not tested yet (I didn't build QtDBus)
|-
|KGuiAddons||Builds
|-
|KIdleTime||CMake fails (see below)
|-
|KImageFormats||Builds
|-
|KJS||Not tested yet due to missing PCRE
|-
|KPlotting||Builds
|-
|KWidgetsAddons||Builds
|-
|KWindowSystem||CMake searches for Qt5X11Extras
|-
|Solid||CMake searches for QtDBus
|-
|Sonnet||Builds (tested without any of the optional deps)
|-
|Threadweaver||Builds
|}
 
=== KIdleTime ===
CMake fails due to [http://lists.kde.org/?l=kde-frameworks-devel&m=138663280914615&w=2 missing FindCarbon.cmake].

Latest revision as of 03:02, 10 December 2013

This page tracks the status of KDE Frameworks on Mac OS X.

All tests done on OS X 10.9 with Xcode 5.0.2.

Tier1

I only tested compilation, didn't run any automatic or manual tests.

Framework Status
ItemModels Builds
ItemViews Builds
KArchive Builds (tested with zlib and bzip2 present and LZMA missing)
KCodecs Builds
KConfig Builds
KCoreAddons Not tested due to missing SharedMimeInfo.
KDBusAddons Not tested yet (I didn't build QtDBus)
KGuiAddons Builds
KIdleTime CMake fails (see below)
KImageFormats Builds
KJS Not tested yet due to missing PCRE
KPlotting Builds
KWidgetsAddons Builds
KWindowSystem CMake searches for Qt5X11Extras
Solid CMake searches for QtDBus
Sonnet Builds (tested without any of the optional deps)
Threadweaver Builds

KIdleTime

CMake fails due to missing FindCarbon.cmake.