QtOfficeOpenXml icon indicating copy to clipboard operation
QtOfficeOpenXml copied to clipboard

Newer Qt Versions

Open Mini4Ever opened this issue 6 years ago • 0 comments

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)

Mini4Ever avatar Jul 15 '18 21:07 Mini4Ever