From eeaa13f7d076f2c34b1af5713351c4108e4ba73a Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sat, 31 Jul 2010 20:48:41 +0200 Subject: [PATCH] CMakeLists.txt: copy zlib1.dll into Windows package The MinGW packages have changed such that zlib is an external library again (instead of built-in into QtCore), therefore we need to copy the according DLL into the Windows package. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 89b2e1587..27ce161e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -453,6 +453,7 @@ IF(LMMS_BUILD_WIN32) ${MINGW_PREFIX}/bin/SDL.dll ${MINGW_PREFIX}/bin/libglib-2.0-0.dll ${MINGW_PREFIX}/bin/libgthread-2.0-0.dll + ${MINGW_PREFIX}/bin/zlib1.dll DESTINATION .) ELSE(LMMS_BUILD_WIN32)