Frameworks/Mac: Difference between revisions

From KDE Community Wiki
(Create page, only itemmodels tested so far.)
 
(→‎Tier1: Add info about more tier1 frameworks, formatted in a table)
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
|-
|Solid
|-
|Sonnet
|-
|Threadweaver
|}
 
=== KIdleTime ===
CMake fails due to missing FindCarbon.cmake. I posted about it to the frameworks mailing list.

Revision as of 02:57, 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
Solid
Sonnet
Threadweaver

KIdleTime

CMake fails due to missing FindCarbon.cmake. I posted about it to the frameworks mailing list.