# HG changeset patch # User Andre Heinecke # Date 1402923482 -7200 # Node ID c57a1da8a1f1e75b907ed87ffa1aebce7cd2b68b # Parent f8be956c819b1b77c000289b027df50371f4f953 (issue #16) use qt with fontconfig diff -r f8be956c819b -r c57a1da8a1f1 ui/CMakeLists.txt --- a/ui/CMakeLists.txt Tue Jun 24 17:46:45 2014 +0200 +++ b/ui/CMakeLists.txt Mon Jun 16 14:58:02 2014 +0200 @@ -81,7 +81,7 @@ -lxcb -lxcb-image -lxcb-icccm -lxcb-sync -lxcb-xfixes -lxcb-shm -lxcb-randr ${XKBCOMMON_LIB} -lxcb-shape -lxcb-keysyms -lQt5PlatformSupport -lfreetype -lQt5DBus -lQt5Gui -ljpeg -lpng -lQt5Core - -lz -lm -ldl -lrt -lpthread) + -lz -lm -ldl -lrt -lpthread -lfontconfig) set(EXTRA_STATIC_LIBS -lz -lpthread -ldl -lpng -ljpeg Qt5::QXcbIntegrationPlugin ${XCB_EXTRA_LIBS})