You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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)
The text was updated successfully, but these errors were encountered: