Frameworks/Mac: Difference between revisions

From KDE Community Wiki
(→‎Tier1: Add info about more tier1 frameworks, formatted in a table)
(→‎Tier1: Add the remaining tier1 frameworks)
 
Line 38: Line 38:
|KWidgetsAddons||Builds
|KWidgetsAddons||Builds
|-
|-
|KWindowSystem
|KWindowSystem||CMake searches for Qt5X11Extras
|-
|-
|Solid
|Solid||CMake searches for QtDBus
|-
|-
|Sonnet
|Sonnet||Builds (tested without any of the optional deps)
|-
|-
|Threadweaver
|Threadweaver||Builds
|}
|}


=== KIdleTime ===
=== KIdleTime ===
CMake fails due to missing FindCarbon.cmake. I posted about it to the frameworks mailing list.
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.