diff --git a/Applications/DataExplorer/DataExplorer.cmake b/Applications/DataExplorer/DataExplorer.cmake
index 0fc092d5ac8e76d869155242b358a3dbbfad6183..71b12b747c418cfb490772474de8f79d47463601 100644
--- a/Applications/DataExplorer/DataExplorer.cmake
+++ b/Applications/DataExplorer/DataExplorer.cmake
@@ -67,6 +67,12 @@ target_link_libraries(DataExplorer
     logog
 )
 
+# Workaround for Windows conan tiff-package
+if(USE_CONAN AND WIN32)
+    find_package(ZLIB REQUIRED)
+    target_link_libraries(DataExplorer ${ZLIB_LIBRARIES})
+endif()
+
 if(CMAKE_CROSSCOMPILING)
     target_link_libraries(DataExplorer
         ${QT_XML_DEPS_LIBRARIES}