mirror of
https://github.com/romixlab/qmsgpack.git
synced 2025-06-25 01:21:33 +02:00
usable with either qmake DEFINES+=MSGPACK_NO_PACKTYPES or DEFINES += MSGPACK_STATIC MSGPACK_NO_PACKTYPES include(path/to/qmsgpack/qmsgpack.pri)
13 lines
163 B
Prolog
13 lines
163 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|
|
pack \
|
|
unpack \
|
|
mixed
|
|
|
|
!contains(DEFINES, MSGPACK_NO_PACKTYPES) {
|
|
SUBDIRS += \
|
|
stream \
|
|
qttypes
|
|
}
|