iamantony / qtcsv

Library for reading and writing csv-files in Qt.
MIT License
265 stars 141 forks source link

undefined reference to `__imp__ZTVN5QtCSV11VariantDataE' #74

Open ouening opened 1 year ago

ouening commented 1 year ago

OS: Win10 Qt:Qt6.5.0

When I compile the code, I have encounted the error: undefined reference toimpZTVN5QtCSV11VariantDataE'`

Could someone help me to solve it?