comparison ui/CMakeLists.txt @ 949:0abacb0fd564

Document and use minimized qt and document curl build for windows
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 27 Aug 2014 10:40:41 +0200
parents 3baee3445502
children eaea1504f282
comparison
equal deleted inserted replaced
948:3baee3445502 949:0abacb0fd564
99 elseif(WIN32) 99 elseif(WIN32)
100 get_target_property(_loc Qt5::Widgets LOCATION) 100 get_target_property(_loc Qt5::Widgets LOCATION)
101 get_filename_component(_qtpath ${_loc} PATH) 101 get_filename_component(_qtpath ${_loc} PATH)
102 set(WINDOWS_EXTRA_LIBS 102 set(WINDOWS_EXTRA_LIBS
103 -L${_qtpath} 103 -L${_qtpath}
104 -lwinspool -lshlwapi -lfreetype -lbz2 -lpng16 104 -lwinspool -lshlwapi
105 -lQt5PlatformSupport -lQt5Gui -lcomdlg32 -loleaut32 -limm32 -lwinmm 105 -lQt5PlatformSupport -lQt5Gui -lcomdlg32 -loleaut32 -limm32 -lwinmm
106 -lglu32 -lopengl32 -lgdi32 -ljpeg -lpng -lQt5Core -lole32 -lmstask -luuid -lws2_32 106 -lglu32 -lopengl32 -lgdi32 -lQt5Core -lole32 -lmstask -luuid -lws2_32
107 -ladvapi32 -lshell32 -luser32 -lkernel32 -lz -lsicuin -lsicuuc -lsicudt -lpcre16) 107 -ladvapi32 -lshell32 -luser32 -lkernel32 -lpcre16)
108 108
109 set(EXTRA_STATIC_LIBS Qt5::QWindowsIntegrationPlugin ${WINDOWS_EXTRA_LIBS} -lwinhttp -lcrypt32) 109 set(EXTRA_STATIC_LIBS Qt5::QWindowsIntegrationPlugin ${WINDOWS_EXTRA_LIBS} -lwinhttp -lcrypt32)
110 110
111 add_definitions(-DUNICODE) 111 add_definitions(-DUNICODE)
112 endif() 112 endif()

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