changeset 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 c92502dae3f9
children 6965fb5db4b7
files src/CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/CMakeLists.txt	Wed May 27 09:32:23 2015 +0200
+++ b/src/CMakeLists.txt	Wed May 27 11:34:15 2015 +0200
@@ -88,7 +88,7 @@
         -lwinspool -lshlwapi
         -lQt5PlatformSupport -lQt5Gui -lcomdlg32 -loleaut32 -limm32 -lwinmm
         -lglu32 -lopengl32 -lgdi32 -lQt5Core -lole32 -lmstask -luuid -lws2_32
-        -ladvapi32 -lshell32 -luser32 -lkernel32 -lpcre16 -lz)
+        -ladvapi32 -lshell32 -luser32 -lkernel32 -lpcre16)
 
    set(EXTRA_STATIC_LIBS Qt5::QWindowsIntegrationPlugin ${WINDOWS_EXTRA_LIBS})
 endif()
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)