6 Commits

Author SHA1 Message Date
Konstantin Ritt
0b8282d592 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-12-02 14:25:14 +03:00
Konstantin Ritt
b15b5efdb4 Re-use qmsgpack.pri in library builds
Deduplicates the build rules and ensures no differences in
source-in and library build rules
2018-11-20 21:14:04 +03:00
Konstantin Ritt
ca968dbb4e Make the QtGui module an optional dependency
detect and link with it, if found
2018-11-20 21:13:55 +03:00
arturo182
2d8af48459 Make the qtlocation module an optional dependency 2017-02-15 10:13:28 +01:00
pixraider
17e7b9f6f9 ! MAKE_LIB define for proper resolve Q_DECL_EXPORT in win32 2015-11-28 20:39:09 +03:00
pixraider
a0a1956aec + qmsgpack.pri for static linking to any project 2015-11-27 21:52:10 +03:00