[officechooser] fix Makefile
This commit is contained in:
parent
e635454ebd
commit
d5653c0215
@ -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
|
||||||
|
@ -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 )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user