Compare commits

...

2 commits

2 changed files with 8 additions and 3 deletions

View file

@ -91,13 +91,14 @@ if( MINGW )
${MINGW_PATH}/Qt5Gui.dll ${MINGW_PATH}/Qt5Gui.dll
${MINGW_PATH}/Qt5Widgets.dll ${MINGW_PATH}/Qt5Widgets.dll
${MINGW_PATH}/Qt5PrintSupport.dll ${MINGW_PATH}/Qt5PrintSupport.dll
${MINGW_PATH}/Qt5Network.dll
${MINGW_PATH}/libwinpthread-1.dll ${MINGW_PATH}/libwinpthread-1.dll
${MINGW_PATH}/libsqlite3-0.dll ${MINGW_PATH}/libsqlite3-0.dll
${MINGW_PATH}/libusb-1.0.dll ${MINGW_PATH}/libusb-1.0.dll
${MINGW_PATH}/libxlnt.dll ${MINGW_PATH}/libxlnt.dll
${MINGW_PATH}/libicuuc64.dll ${MINGW_PATH}/libicuuc65.dll
${MINGW_PATH}/libicuin64.dll ${MINGW_PATH}/libicuin65.dll
${MINGW_PATH}/libicudt64.dll ${MINGW_PATH}/libicudt65.dll
${MINGW_PATH}/libpcre2-16-0.dll ${MINGW_PATH}/libpcre2-16-0.dll
${MINGW_PATH}/zlib1.dll ${MINGW_PATH}/zlib1.dll
${MINGW_PATH}/libharfbuzz-0.dll ${MINGW_PATH}/libharfbuzz-0.dll

View file

@ -5,6 +5,10 @@
#include <csv.hpp> #include <csv.hpp>
#ifdef DELETE
#undef DELETE
#endif
namespace fs = std::filesystem; namespace fs = std::filesystem;
std::size_t CsvReader::readSellersFromFile(const fs::path& filePath, Marketplace* market) std::size_t CsvReader::readSellersFromFile(const fs::path& filePath, Marketplace* market)