Skip to content

Commit

Permalink
fix deb depends
Browse files Browse the repository at this point in the history
  • Loading branch information
josephpei committed Jan 6, 2021
1 parent e3e3253 commit c32dda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,5 +202,5 @@ set(CPACK_GENERATOR "DEB")
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "josephpei [email protected]")
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libqt5gui5 libqt5widgets5 libqt5network5 libqt5svg5 libyaml-cpp0.6")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libqt5gui5, libqt5widgets5, libqt5network5, libqt5svg5, libyaml-cpp0.6")
include(CPack)

0 comments on commit c32dda4

Please sign in to comment.