Skip to content

Commit

Permalink
fix windows build (followup 943d1a2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef authored and jef committed Mar 28, 2017
1 parent fe1329a commit 4d62804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/CMakeLists.txt
Expand Up @@ -649,6 +649,7 @@ ENDIF (ANDROID)

IF(WIN32)
ADD_DEFINITIONS(-DQWT_DLL)
ADD_DEFINITIONS(-DQSCINTILLA_DLL)
TARGET_LINK_LIBRARIES(${QGIS_APP_NAME} DbgHelp)
TARGET_LINK_LIBRARIES(qgis_app DbgHelp Qt5::WinExtras)
ENDIF(WIN32)
Expand Down

0 comments on commit 4d62804

Please sign in to comment.