Logo
Explore Help
Sign In
feedc0de/qmsgpack
1
0
Fork 0
You've already forked qmsgpack
forked from romixlab/qmsgpack
Code Pull Requests Activity
Files
master
qmsgpack/tests/tests.pro

13 lines
163 B
Prolog
Raw Permalink Normal View History

Fix bugs in msgpackstream.cpp, add PVS Studio headers and how to, add stream test to Qt project.
2017-07-10 16:02:38 +03:00
TEMPLATE = subdirs
SUBDIRS += \
Build and run tests with qmake as of now, running tests is as simple as just typing qmake && make check
2018-11-20 20:24:19 +03:00
pack \
unpack \
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)
2018-11-20 20:57:25 +03:00
mixed
!contains(DEFINES, MSGPACK_NO_PACKTYPES) {
SUBDIRS += \
stream \
qttypes
}
Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 23ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API