We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot install the project as Qt module.
"Qt += protobuf" returns error.
Workaroud is to build with BUILD_SHARED_LIBS option and link against the shared lib (available for linux only, see #264).
The text was updated successfully, but these errors were encountered:
qmake support is very poor and may not work at all. So sorry for that.
For now all work in this repo is on hold. Will back to fixing this issue later on.
Sorry, something went wrong.
semlanik
No branches or pull requests
Cannot install the project as Qt module.
"Qt += protobuf" returns error.
Workaroud is to build with BUILD_SHARED_LIBS option and link against the shared lib (available for linux only, see #264).
The text was updated successfully, but these errors were encountered: