Skip to content

Commit df9d5b8

Browse files
committed
Updated CPack config.
1 parent 7017c0f commit df9d5b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ SET(CPACK_PACKAGE_VERSION "0.1.0")
127127
SET(CPACK_PACKAGE_CONTACT "[email protected]")
128128
SET(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "amd64")
129129
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libqt5sql5, libsqlcipher0 (>= 3.4.1-1)")
130+
SET(DEBIAN_PACKAGE_BUILDS_DEPENDS "debhelper (>= 9), cmake (>= 3), qt5-qmake, qtbase5-dev, qtbase5-private-dev, qtbase5-dev-tools, qtmultimedia5-dev, gcc, g++")
130131
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A Qt5 wrapper for using SqlCipher as a QSqlDriver.")
131132
SET(CPACK_DEBIAN_PACKAGE_SECTION "libs")
132133

0 commit comments

Comments
 (0)