Mercurial > trustbridge
comparison 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 |
comparison
equal
deleted
inserted
replaced
854:adf7481291a4 | 855:e4cf249ba1a6 |
---|---|
78 set(XKBCOMMON_LIB -lxkbcommon) | 78 set(XKBCOMMON_LIB -lxkbcommon) |
79 endif() | 79 endif() |
80 | 80 |
81 set(XCB_EXTRA_LIBS | 81 set(XCB_EXTRA_LIBS |
82 -L${_qtpath} | 82 -L${_qtpath} |
83 -lX11 -lX11-xcb -lXi -lxcb-render-util -lXrender -lSM -lICE -lxcb-render -ldbus-1 | 83 |
84 -lxcb -lxcb-image -lxcb-icccm -lxcb-sync -lxcb-xfixes -lxcb-shm -lxcb-randr | 84 -lX11 -lX11-xcb -lxcb -lxcb-static -lXi -lXrender -lSM -lICE -ldbus-1 |
85 ${XKBCOMMON_LIB} -lxcb-shape -lxcb-keysyms -lQt5PlatformSupport | 85 ${XKBCOMMON_LIB} -lQt5PlatformSupport |
86 -lfreetype -lQt5DBus -lQt5Gui -ljpeg -lpng -lQt5Core | 86 -lfreetype -lQt5DBus -lQt5Gui -ljpeg -lpng -lQt5Core |
87 -lz -lm -ldl -lrt -lpthread -lfontconfig) | 87 -lz -lm -ldl -lrt -lpthread -lfontconfig) |
88 | 88 |
89 set(EXTRA_STATIC_LIBS -lz -lpthread -ldl -lpng -ljpeg | 89 set(EXTRA_STATIC_LIBS -lz -lpthread -ldl -lpng -ljpeg |
90 Qt5::QXcbIntegrationPlugin ${XCB_EXTRA_LIBS}) | 90 Qt5::QXcbIntegrationPlugin ${XCB_EXTRA_LIBS}) |