Changes between Version 177 and Version 178 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Aug 23, 2014, 11:21:29 AM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

mention qt5 patch

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v177 v178  
    133133...
    134134}}}
     135
     136A very important issue for Qt5 and KF5 is that QStandardPaths gets set appropriately for OSX in general and especially for the OSX/CI system, as this installs all frameworks and apps into separate install roots. To enable Qt5/KF5 apps to find the correct locations for files (for configuration, read-only data, writeable data, etc.) it is necessary to patch QStandardPaths. This is done as a temporary hack in
     137{{{
     138~/scripts/patches/qt5/kf5-qt5/patch-qstandardpaths_mac.cpp.diff
     139}}}
     140and still required more work. The patch enables kdoctools and kdelibs4support to locate their files successfully (which had up to now to be handled using an even nastier workaround), but apart from that there are still problems with config files. '''In short: this is still work in progress...'''
    135141
    136142