Mercurial > trustbridge
diff ui/CMakeLists.txt @ 855:e4cf249ba1a6
Use most xcb libraries statically
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 30 Jul 2014 18:47:39 +0200 |
parents | 57b32e354e86 |
children | 4efd6378c001 |
line wrap: on
line diff
--- a/ui/CMakeLists.txt Wed Jul 30 17:41:52 2014 +0200 +++ b/ui/CMakeLists.txt Wed Jul 30 18:47:39 2014 +0200 @@ -80,9 +80,9 @@ set(XCB_EXTRA_LIBS -L${_qtpath} - -lX11 -lX11-xcb -lXi -lxcb-render-util -lXrender -lSM -lICE -lxcb-render -ldbus-1 - -lxcb -lxcb-image -lxcb-icccm -lxcb-sync -lxcb-xfixes -lxcb-shm -lxcb-randr - ${XKBCOMMON_LIB} -lxcb-shape -lxcb-keysyms -lQt5PlatformSupport + + -lX11 -lX11-xcb -lxcb -lxcb-static -lXi -lXrender -lSM -lICE -ldbus-1 + ${XKBCOMMON_LIB} -lQt5PlatformSupport -lfreetype -lQt5DBus -lQt5Gui -ljpeg -lpng -lQt5Core -lz -lm -ldl -lrt -lpthread -lfontconfig)