Mercurial > trustbridge
comparison ui/CMakeLists.txt @ 108:39c42b5a5693
Syntax fix
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 21 Mar 2014 16:05:33 +0000 |
parents | 5b9af103a355 |
children | 16f37460b2e1 |
comparison
equal
deleted
inserted
replaced
107:5b9af103a355 | 108:39c42b5a5693 |
---|---|
37 get_filename_component(_qtpath ${_loc} PATH) | 37 get_filename_component(_qtpath ${_loc} PATH) |
38 | 38 |
39 if(NOT XKBCOMMON_LIB) | 39 if(NOT XKBCOMMON_LIB) |
40 # Hack on a hack to overwrite the xkbcommon libname. | 40 # Hack on a hack to overwrite the xkbcommon libname. |
41 set(XKBCOMMON_LIB -lxkbcommon) | 41 set(XKBCOMMON_LIB -lxkbcommon) |
42 endif | 42 endif() |
43 | 43 |
44 set(XCB_EXTRA_LIBS | 44 set(XCB_EXTRA_LIBS |
45 -L${_qtpath} | 45 -L${_qtpath} |
46 -lX11 -lX11-xcb -lXi -lxcb-render-util -lXrender -lSM -lICE -lxcb-render -ldbus-1 | 46 -lX11 -lX11-xcb -lXi -lxcb-render-util -lXrender -lSM -lICE -lxcb-render -ldbus-1 |
47 -lxcb -lxcb-image -lxcb-icccm -lxcb-sync -lxcb-xfixes -lxcb-shm -lxcb-randr | 47 -lxcb -lxcb-image -lxcb-icccm -lxcb-sync -lxcb-xfixes -lxcb-shm -lxcb-randr |