mirror of
https://github.com/romixlab/qmsgpack.git
synced 2025-08-01 03:14:27 +02:00
Make it possible to disable Qt type pack handlers at build time
usable with either qmake DEFINES+=MSGPACK_NO_PACKTYPES or DEFINES += MSGPACK_STATIC MSGPACK_NO_PACKTYPES include(path/to/qmsgpack/qmsgpack.pri)
This commit is contained in:
@@ -3,6 +3,10 @@ TEMPLATE = subdirs
|
||||
SUBDIRS += \
|
||||
pack \
|
||||
unpack \
|
||||
mixed \
|
||||
stream \
|
||||
qttypes
|
||||
mixed
|
||||
|
||||
!contains(DEFINES, MSGPACK_NO_PACKTYPES) {
|
||||
SUBDIRS += \
|
||||
stream \
|
||||
qttypes
|
||||
}
|
||||
|
Reference in New Issue
Block a user