Mercurial > trustbridge
comparison ui/CMakeLists.txt @ 645:c57a1da8a1f1 trustbridge-refactor
(issue #16) use qt with fontconfig
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 16 Jun 2014 14:58:02 +0200 |
parents | ebfe1128ee97 |
children | 129e611eaf50 |
comparison
equal
deleted
inserted
replaced
643:f8be956c819b | 645:c57a1da8a1f1 |
---|---|
79 -L${_qtpath} | 79 -L${_qtpath} |
80 -lX11 -lX11-xcb -lXi -lxcb-render-util -lXrender -lSM -lICE -lxcb-render -ldbus-1 | 80 -lX11 -lX11-xcb -lXi -lxcb-render-util -lXrender -lSM -lICE -lxcb-render -ldbus-1 |
81 -lxcb -lxcb-image -lxcb-icccm -lxcb-sync -lxcb-xfixes -lxcb-shm -lxcb-randr | 81 -lxcb -lxcb-image -lxcb-icccm -lxcb-sync -lxcb-xfixes -lxcb-shm -lxcb-randr |
82 ${XKBCOMMON_LIB} -lxcb-shape -lxcb-keysyms -lQt5PlatformSupport | 82 ${XKBCOMMON_LIB} -lxcb-shape -lxcb-keysyms -lQt5PlatformSupport |
83 -lfreetype -lQt5DBus -lQt5Gui -ljpeg -lpng -lQt5Core | 83 -lfreetype -lQt5DBus -lQt5Gui -ljpeg -lpng -lQt5Core |
84 -lz -lm -ldl -lrt -lpthread) | 84 -lz -lm -ldl -lrt -lpthread -lfontconfig) |
85 | 85 |
86 set(EXTRA_STATIC_LIBS -lz -lpthread -ldl -lpng -ljpeg | 86 set(EXTRA_STATIC_LIBS -lz -lpthread -ldl -lpng -ljpeg |
87 Qt5::QXcbIntegrationPlugin ${XCB_EXTRA_LIBS}) | 87 Qt5::QXcbIntegrationPlugin ${XCB_EXTRA_LIBS}) |
88 | 88 |
89 elseif(WIN32) | 89 elseif(WIN32) |