Mercurial > trustbridge
changeset 601:9cdc14373a5d
(issue #16) use qt with fontconfig
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 16 Jun 2014 14:58:02 +0200 |
parents | 97af3f625b38 |
children | 854248d81ba4 |
files | INSTALL ui/CMakeLists.txt |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/INSTALL Fri Jun 13 12:09:07 2014 +0200 +++ b/INSTALL Mon Jun 16 14:58:02 2014 +0200 @@ -31,7 +31,7 @@ ./configure --prefix=$YOURPREFIX \ -opensource \ -release -nomake tests -nomake examples -confirm-license \ - -static -no-cups -no-nis -no-icu -no-fontconfig \ + -static -no-cups -no-nis -no-icu -fontconfig \ -no-directfb -no-opengl -no-kms -no-eglfs -no-egl -no-openssl -no-glib nice make -j8 make install
--- a/ui/CMakeLists.txt Fri Jun 13 12:09:07 2014 +0200 +++ b/ui/CMakeLists.txt Mon Jun 16 14:58:02 2014 +0200 @@ -78,7 +78,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})