Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newer Qt Versions #3

Open
Mini4Ever opened this issue Jul 15, 2018 · 0 comments
Open

Newer Qt Versions #3

Mini4Ever opened this issue Jul 15, 2018 · 0 comments

Comments

@Mini4Ever
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant