comparison ui/CMakeLists.txt @ 849:57b32e354e86

Remove additional dependencies to harfbuzz This was accidentally commited because current MXE master builds qt with this depdency
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 30 Jul 2014 16:26:37 +0200
parents 8de162b91a22
children e4cf249ba1a6
comparison
equal deleted inserted replaced
848:9792c69201c2 849:57b32e354e86
93 get_target_property(_loc Qt5::Widgets LOCATION) 93 get_target_property(_loc Qt5::Widgets LOCATION)
94 get_filename_component(_qtpath ${_loc} PATH) 94 get_filename_component(_qtpath ${_loc} PATH)
95 set(WINDOWS_EXTRA_LIBS 95 set(WINDOWS_EXTRA_LIBS
96 -L${_qtpath} 96 -L${_qtpath}
97 -lwinspool -lshlwapi -lfreetype -lbz2 -lpng16 97 -lwinspool -lshlwapi -lfreetype -lbz2 -lpng16
98 -lQt5PlatformSupport -lQt5Gui -lcomdlg32 -loleaut32 -limm32 98 -lQt5PlatformSupport -lQt5Gui -lcomdlg32 -loleaut32 -limm32 -lwinmm
99 -lharfbuzz -lglib-2.0 -lintl -liconv -lwinmm
100 -lglu32 -lopengl32 -lgdi32 -ljpeg -lpng -lQt5Core -lole32 -lmstask -luuid -lws2_32 99 -lglu32 -lopengl32 -lgdi32 -ljpeg -lpng -lQt5Core -lole32 -lmstask -luuid -lws2_32
101 -ladvapi32 -lshell32 -luser32 -lkernel32 -lz -lsicuin -lsicuuc -lsicudt -lpcre16) 100 -ladvapi32 -lshell32 -luser32 -lkernel32 -lz -lsicuin -lsicuuc -lsicudt -lpcre16)
102 101
103 set(EXTRA_STATIC_LIBS Qt5::QWindowsIntegrationPlugin ${WINDOWS_EXTRA_LIBS} -lwinhttp -lcrypt32) 102 set(EXTRA_STATIC_LIBS Qt5::QWindowsIntegrationPlugin ${WINDOWS_EXTRA_LIBS} -lwinhttp -lcrypt32)
104 103

http://wald.intevation.org/projects/trustbridge/