-
Notifications
You must be signed in to change notification settings - Fork 73
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
make failed #12
Comments
Can I ask what compiler are you using? |
@VSRonin |
Strange that it would require C++17 standard. it should not. |
@VSRonin ,I follow README document's "Usage(1): Use Xlsx as Qt5's addon module" steps |
Sorry to be this inquisitive, I still haven't narrowed down where the problem might be. |
it was work with cmake 3.9.0 |
This is very strange, in theory the 2 methods should be equivalent. |
Yes,the CMake solution is good |
centos 7,Qt5.9.0.
succeed with qmake,but "make" failed,it show "g++:error:unrecognized command line option '-std=c++1z"
The text was updated successfully, but these errors were encountered: