Mercurial > trustbridge
comparison ui/CMakeLists.txt @ 884:6abf8e77cd5f
Remove harfbuzz / glib dependencies again.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 08 Aug 2014 10:49:16 +0200 |
parents | 7e10d55b6c8f |
children | d1c951b3012d |
comparison
equal
deleted
inserted
replaced
883:7e10d55b6c8f | 884:6abf8e77cd5f |
---|---|
90 get_target_property(_loc Qt5::Widgets LOCATION) | 90 get_target_property(_loc Qt5::Widgets LOCATION) |
91 get_filename_component(_qtpath ${_loc} PATH) | 91 get_filename_component(_qtpath ${_loc} PATH) |
92 set(WINDOWS_EXTRA_LIBS | 92 set(WINDOWS_EXTRA_LIBS |
93 -L${_qtpath} | 93 -L${_qtpath} |
94 -lwinspool -lshlwapi -lfreetype -lbz2 -lpng16 | 94 -lwinspool -lshlwapi -lfreetype -lbz2 -lpng16 |
95 -lQt5PlatformSupport -lQt5Gui -lcomdlg32 -loleaut32 -limm32 | 95 -lQt5PlatformSupport -lQt5Gui -lcomdlg32 -loleaut32 -limm32 -lwinmm |
96 -lharfbuzz -lglib-2.0 -lintl -liconv -lwinmm | |
97 -lglu32 -lopengl32 -lgdi32 -ljpeg -lpng -lQt5Core -lole32 -lmstask -luuid -lws2_32 | 96 -lglu32 -lopengl32 -lgdi32 -ljpeg -lpng -lQt5Core -lole32 -lmstask -luuid -lws2_32 |
98 -ladvapi32 -lshell32 -luser32 -lkernel32 -lz -lsicuin -lsicuuc -lsicudt -lpcre16) | 97 -ladvapi32 -lshell32 -luser32 -lkernel32 -lz -lsicuin -lsicuuc -lsicudt -lpcre16) |
99 | 98 |
100 set(EXTRA_STATIC_LIBS Qt5::QWindowsIntegrationPlugin ${WINDOWS_EXTRA_LIBS} -lwinhttp -lcrypt32) | 99 set(EXTRA_STATIC_LIBS Qt5::QWindowsIntegrationPlugin ${WINDOWS_EXTRA_LIBS} -lwinhttp -lcrypt32) |
101 | 100 |