Hello! "craft dolphin" still seems to require kdelibs4support. When attempting to build on windows using Visual Studio 2017's compiler, I encountered error messages relating to the use of functions not available in windows. In particular:
kdeui/kapplication_win.cpp (kill should probably be TerminateProcess) kdecore/kkernel_win.cpp (strlcpy/strlcat are still strncpy/strncat on windows) Is building this library on windows with the visual studio compiler supported? Is it supposed to be? thanks (and sorry for inundating you guys!) ~matthew