Fixes the missing of qt5-default package on newer Debian versions (#3760)
This commit is contained in:
parent
ec2796a0fc
commit
672468f4a1
1 changed files with 2 additions and 1 deletions
|
@ -813,7 +813,8 @@ if(NANO_GUI OR RAIBLOCKS_GUI)
|
|||
install(FILES ${Qt5WindowsPlugin} DESTINATION platforms)
|
||||
else()
|
||||
set(CPACK_GENERATOR "TBZ2;DEB")
|
||||
set(CPACK_DEBIAN_PACKAGE_DEPENDS qt5-default)
|
||||
set(CPACK_DEBIAN_PACKAGE_DEPENDS
|
||||
"qt5-default | qtbase5-dev, qtchooser, qt5-qmake, qtbase5-dev-tools")
|
||||
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "russel@nano.org")
|
||||
install(TARGETS nano_wallet RUNTIME DESTINATION ./bin)
|
||||
if(NANO_SHARED_BOOST)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue