In this case, it is not enough to have the binaries of QT and KDE installed; you also need the development packages which include libraries and other stuff.
Recommended for advanced users only. Otherwise, compiling KNetworkConf is not difficult. The following commands should do it.
./configure --prefix=$(kde-config --prefix) make make install
The command make install must be run as root.
That should do it. Should you run into any problems, please let us know.
Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team