Compare commits
2 commits
e41ce5a117
...
01bf3c29a2
Author | SHA1 | Date | |
---|---|---|---|
01bf3c29a2 | |||
ff9dc9b05e |
2 changed files with 8 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue