Fixed: Compilation with Qt 5.6

This commit is contained in:
kervala 2016-04-12 19:54:05 +02:00
parent f480045309
commit b8f0a77358

View file

@ -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