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

Can't compile on Qt 5.1 #12

Closed
dibok opened this issue Jul 10, 2013 · 2 comments
Closed

Can't compile on Qt 5.1 #12

dibok opened this issue Jul 10, 2013 · 2 comments
Labels

Comments

@dibok
Copy link

dibok commented Jul 10, 2013

Hi. I'm moving from Qt 4.8.4 to Qt 5.1 on linux 32 bit (MinGW). Building libtufao.so is working fine, but while compiling qt project I get errors:

expected type-specifier in file abstracthttpserverrequesthandler.h line 65 and 86

Any idea? I have added CONFIG += TUFAO1

@vinipsmaker
Copy link
Owner

expected type-specifier in file abstracthttpserverrequesthandler.h line 65 and 86

Any idea? I have added CONFIG += TUFAO1

Tufão 1.x requires C++11 support. Try to add:

CONFIG += C++11

@dibok
Copy link
Author

dibok commented Jul 10, 2013

Perfect. Thanks :)

@dibok dibok closed this as completed Jul 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants