semlanik / qtprotobuf

Protobuf generator and bindings for Qt framework
https://semlanik.github.io/qtprotobuf
MIT License
167 stars 38 forks source link

Qt module nstall does not work #265

Open arth7s3 opened 2 years ago

arth7s3 commented 2 years ago

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).

semlanik commented 2 years ago

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.