This makes it possible to link xcb platform plugin statically with
libxcb. Such plugin will be bundled in Tizen application package because
Tizen compliance policy does not allow to link to system libxcb (it
supposed to be replaced by wayland in the future).
Change-Id: Iaf66cf2b4a04a32e1fd653bcb9eb7c0d915a3981
Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
LIBS += -lxcb
+!isEmpty(XCB_STATIC_LINK): LIBS += -lXau
qxcbmain.cpp
OTHER_FILES += xcb.json README
+ !isEmpty(XCB_STATIC_LINK): LIBS += -lXau