From 32ce9a47cbab15af220149f063500535f40be5d5 Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 12 Apr 2016 19:54:05 +0200 Subject: [PATCH] Fixed: Compilation with Qt 5.6 --HG-- branch : develop --- code/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index c14632a0a..58c2d7db6 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -344,7 +344,8 @@ IF(WITH_QT5) IF(WIN32) SET(QT_LIBRARIES ${QT_LIBRARIES} ${WINSDK_LIBRARY_DIR}/Crypt32.lib - ${WINSDK_LIBRARY_DIR}/WS2_32.Lib) + ${WINSDK_LIBRARY_DIR}/WS2_32.Lib + ${WINSDK_LIBRARY_DIR}/IPHlpApi.Lib) ENDIF() # Core