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

Enable C++11 support in setup.py #19

Merged
merged 1 commit into from
Sep 18, 2019
Merged

Conversation

alex-ball
Copy link
Contributor

Compiling for QT5 requires that C++11 support is enabled in the C++ compiler. In GCC 4.8.1+, C++11 support is available but disabled by default for versions below 6.0. This change would ensure that C++11 support is enabled for those compilers.

Closes #13.

Compiling for QT5 requires that C++11 support is enabled in the C++ compiler. In GCC 4.8.1+, C++11 support is available but disabled by default for versions below 6.0. This change would ensure that C++11 support is enabled for those compilers.

Closes frescobaldi#13.
@wbsoft wbsoft merged commit 99c8ff1 into frescobaldi:master Sep 18, 2019
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

Successfully merging this pull request may close these issues.

'python3 setup.py build' fails to detect c++11 compiler
2 participants