OSX/CI: kig fails to build on branch master (when using Qt version below 5.4)
Marko Käning
mk-lists at email.de
Tue Feb 3 22:30:23 UTC 2015
Just now I realise that khangman follows suit and now also uses AppDataLocation!
---
100%] Built target doc-khangman-6
/Users/marko/WC/KDECI-builds/kf5-qt5/khangman/src/khangman.cpp:322:67: error: no member named 'AppDataLocation' in 'QStandardPaths'; did you mean 'DataLocation'?
QString filename = QStandardPaths::locate(QStandardPaths::AppDataLocation, "themes/" + theme->svgFileName());
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
DataLocation
/opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/qstandardpaths.h:66:9: note: 'DataLocation' declared here
DataLocation,
^
1 error generated.
make[2]: *** [src/CMakeFiles/khangman.dir/khangman.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/khangman.dir/all] Error 2
make: *** [all] Error 2
---
More information about the kde-edu
mailing list