[partition] Fix build of layoutstest

This test needs UI because the devicemodel uses GUI parts.
This commit is contained in:
Adriaan de Groot 2021-08-05 15:49:29 +02:00
parent 22ba21f937
commit 854eb845d2

View File

@ -52,6 +52,7 @@ calamares_add_test(
CreateLayoutsTests.cpp CreateLayoutsTests.cpp
LIBRARIES LIBRARIES
kpmcore kpmcore
Calamares::calamaresui
DEFINITIONS ${_partition_defs} DEFINITIONS ${_partition_defs}
) )