Fixed: Compilation with Qt 5.6
This commit is contained in:
parent
f480045309
commit
b8f0a77358
1 changed files with 2 additions and 1 deletions
|
@ -344,7 +344,8 @@ IF(WITH_QT5)
|
||||||
IF(WIN32)
|
IF(WIN32)
|
||||||
SET(QT_LIBRARIES ${QT_LIBRARIES}
|
SET(QT_LIBRARIES ${QT_LIBRARIES}
|
||||||
${WINSDK_LIBRARY_DIR}/Crypt32.lib
|
${WINSDK_LIBRARY_DIR}/Crypt32.lib
|
||||||
${WINSDK_LIBRARY_DIR}/WS2_32.Lib)
|
${WINSDK_LIBRARY_DIR}/WS2_32.Lib
|
||||||
|
${WINSDK_LIBRARY_DIR}/IPHlpApi.Lib)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
# Core
|
# Core
|
||||||
|
|
Loading…
Reference in a new issue