Mercurial > trustbridge
comparison ui/CMakeLists.txt @ 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 | a677cffcaed4 |
children | 854248d81ba4 |
comparison
equal
deleted
inserted
replaced
600:97af3f625b38 | 601:9cdc14373a5d |
---|---|
76 -L${_qtpath} | 76 -L${_qtpath} |
77 -lX11 -lX11-xcb -lXi -lxcb-render-util -lXrender -lSM -lICE -lxcb-render -ldbus-1 | 77 -lX11 -lX11-xcb -lXi -lxcb-render-util -lXrender -lSM -lICE -lxcb-render -ldbus-1 |
78 -lxcb -lxcb-image -lxcb-icccm -lxcb-sync -lxcb-xfixes -lxcb-shm -lxcb-randr | 78 -lxcb -lxcb-image -lxcb-icccm -lxcb-sync -lxcb-xfixes -lxcb-shm -lxcb-randr |
79 ${XKBCOMMON_LIB} -lxcb-shape -lxcb-keysyms -lQt5PlatformSupport | 79 ${XKBCOMMON_LIB} -lxcb-shape -lxcb-keysyms -lQt5PlatformSupport |
80 -lfreetype -lQt5DBus -lQt5Gui -ljpeg -lpng -lQt5Core | 80 -lfreetype -lQt5DBus -lQt5Gui -ljpeg -lpng -lQt5Core |
81 -lz -lm -ldl -lrt -lpthread) | 81 -lz -lm -ldl -lrt -lpthread -lfontconfig) |
82 | 82 |
83 set(EXTRA_STATIC_LIBS -lz -lpthread -ldl -lpng -ljpeg | 83 set(EXTRA_STATIC_LIBS -lz -lpthread -ldl -lpng -ljpeg |
84 Qt5::QXcbIntegrationPlugin ${XCB_EXTRA_LIBS}) | 84 Qt5::QXcbIntegrationPlugin ${XCB_EXTRA_LIBS}) |
85 | 85 |
86 elseif(WIN32) | 86 elseif(WIN32) |