QtOfficeOpenXml
QtOfficeOpenXml copied to clipboard
Newer Qt Versions
I ran into some issues with compiling and linking for newer Qt versions. I solved this by added the following lines to the /QtOfficeOpenXml/src/officeopenxml/QtOfficeOpenXml.verion.in file:
Qt_5.8 {} Qt_5.7; Qt_5.9 {} Qt_5.8; Qt_5.10 {} Qt_5.9; Qt_5.11 {} Qt_5.10;
On linux, it works perfectly but I still get link errors on windows (Qt5.9.1)