CMake: chase changed linking in libcalamares

This commit is contained in:
Adriaan de Groot 2022-04-25 15:34:39 +02:00
parent d7459e2bfe
commit eefe65ad0e

View File

@ -24,6 +24,6 @@ if(KF5CoreAddons_FOUND)
calamares_add_test( calamares_add_test(
netinstalltest netinstalltest
SOURCES Tests.cpp Config.cpp LoaderQueue.cpp PackageTreeItem.cpp PackageModel.cpp SOURCES Tests.cpp Config.cpp LoaderQueue.cpp PackageTreeItem.cpp PackageModel.cpp
LIBRARIES Qt5::Gui KF5::CoreAddons LIBRARIES Qt5::Gui Qt5::Network KF5::CoreAddons
) )
endif() endif()