comparison src/CMakeLists.txt @ 77:d9760a2a5909

Remove unused zlib library from link command for windows
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 27 May 2015 11:34:15 +0200
parents 16ae3e7338b3
children 3916cb3c9105
comparison
equal deleted inserted replaced
76:c92502dae3f9 77:d9760a2a5909
86 set(WINDOWS_EXTRA_LIBS 86 set(WINDOWS_EXTRA_LIBS
87 -L${_qtpath} 87 -L${_qtpath}
88 -lwinspool -lshlwapi 88 -lwinspool -lshlwapi
89 -lQt5PlatformSupport -lQt5Gui -lcomdlg32 -loleaut32 -limm32 -lwinmm 89 -lQt5PlatformSupport -lQt5Gui -lcomdlg32 -loleaut32 -limm32 -lwinmm
90 -lglu32 -lopengl32 -lgdi32 -lQt5Core -lole32 -lmstask -luuid -lws2_32 90 -lglu32 -lopengl32 -lgdi32 -lQt5Core -lole32 -lmstask -luuid -lws2_32
91 -ladvapi32 -lshell32 -luser32 -lkernel32 -lpcre16 -lz) 91 -ladvapi32 -lshell32 -luser32 -lkernel32 -lpcre16)
92 92
93 set(EXTRA_STATIC_LIBS Qt5::QWindowsIntegrationPlugin ${WINDOWS_EXTRA_LIBS}) 93 set(EXTRA_STATIC_LIBS Qt5::QWindowsIntegrationPlugin ${WINDOWS_EXTRA_LIBS})
94 endif() 94 endif()
95 95
96 set(QT_RESOURCES 96 set(QT_RESOURCES
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)