nsuke / protobuf-qml

Protocol Buffers and gRPC binding for QML (QtQuick2)
MIT License
54 stars 14 forks source link

See if it works against Qt 5.6.0 release #11

Closed nsuke closed 8 years ago

JosephMillsAtWork commented 8 years ago

I can say that this does not work for 5.6 or 5.7 the array buffer is expecting different amounts of argument. I had to build against 5.5 , also as a side note cmake for Debian testing (5.5.1) will not build as there is no version in the cmake config dirs

nsuke commented 8 years ago

@JosephMillsAtWork thanks for the info. Didn't know the debian peculiarity. It may be due to the fact that they have separate packages for private headers, but IMO they may well put versioned dirs to PRIVATE_INCLUDE_DIRS as it wouldn't do any harm even when absent.

Anyway, as Qt 5.8 will have ArrayBuffer <--> QByteArray auto-conversion, private header usages here will hopefully go away eventually.

Just FYI, I've filed a cmake private header issue to ArchLinux.