[officechooser] fix Makefile

This commit is contained in:
Philip Müller 2019-08-07 08:06:50 +02:00
parent e635454ebd
commit d5653c0215
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ if( ECM_FOUND AND BUILD_TESTING )
packagechoosertest packagechoosertest
LINK_LIBRARIES LINK_LIBRARIES
${CALAMARES_LIBRARIES} ${CALAMARES_LIBRARIES}
calamares_viewmodule_packagechooser calamares_viewmodule_officechooser
Qt5::Core Qt5::Core
Qt5::Test Qt5::Test
Qt5::Gui Qt5::Gui

View File

@ -229,7 +229,7 @@ PackageChooserViewStep::fillModel( const QVariantList& items )
return; return;
} }
cDebug() << "Loading OfficeeChooser model items from config"; cDebug() << "Loading OfficeChooser model items from config";
int item_index = 0; int item_index = 0;
for ( const auto& item_it : items ) for ( const auto& item_it : items )
{ {