Translations:Development/Tutorials/Saving and loading/51/en

From KDE TechBase

Since we are now using the KIO library, we must tell CMake to link against it. We do this by passing KIO to the find_package() function and KF5::KIOCore to target_link_libraries() function.