hy
I'm trying to port a KDE application to windows
my problem is finding a suitable KDE SDK for windows, i can't include any k-headers (kapplication.h kaction.h ....) and I haven't even got to the libs
is there a guide for doing things like this
hy
I'm trying to port a KDE application to windows
my problem is finding a suitable KDE SDK for windows, i can't include any k-headers (kapplication.h kaction.h ....) and I haven't even got to the libs
is there a guide for doing things like this
KDE 4 is intended to natively support windows so it should be less of a "porting" effort and more of a "getting it to compile as-is" effort (though there will likely be a few minor changes). You should be able to find the relevant information on the KDE on Windows site. Specifically, there is a porting section in their wiki for ensuring KDE apps run under windows.