[officechooser] update cmakelists

This commit is contained in:
Philip Müller 2019-08-31 02:05:10 -04:00
parent 7e62fdab0d
commit eebcc36d6e

View File

@ -32,7 +32,7 @@ if( ECM_FOUND AND BUILD_TESTING )
ecm_add_test( ecm_add_test(
Tests.cpp Tests.cpp
TEST_NAME TEST_NAME
packagechoosertest officechoosertest
LINK_LIBRARIES LINK_LIBRARIES
${CALAMARES_LIBRARIES} ${CALAMARES_LIBRARIES}
calamares_viewmodule_officechooser calamares_viewmodule_officechooser
@ -41,5 +41,5 @@ if( ECM_FOUND AND BUILD_TESTING )
Qt5::Gui Qt5::Gui
${_extra_libraries} ${_extra_libraries}
) )
calamares_automoc( packagechoosertest) calamares_automoc( officechoosertest)
endif() endif()