Skip to content

Commit

Permalink
Fixing cpack for mingw-w64
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Sep 1, 2015
1 parent 6aaf54a commit 6a5d8c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ elseif (WIN32)
install (FILES ${Qt5_bin_DIR}/Qt5Widgets.dll DESTINATION .)
install (FILES ${Qt5_bin_DIR}/Qt5WinExtras.dll DESTINATION .)
install (FILES ${Qt5_DIR}/../../../plugins/platforms/qwindows.dll DESTINATION platforms)
install (FILES "../../../bin/libgcc_s_dw2-1.dll" DESTINATION .)
install (FILES "../../../bin/libwinpthread-1.dll" DESTINATION .)
install (FILES "../../../bin/libstdc++-6.dll" DESTINATION .)
else ()
install (TARGETS qt_wallet DESTINATION .)
endif ()
Expand Down

0 comments on commit 6a5d8c0

Please sign in to comment.