Skip to content

Commit 7017c0f

Browse files
committed
Fixed dependencies.
1 parent 5b577ce commit 7017c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ endif()
126126
SET(CPACK_PACKAGE_VERSION "0.1.0")
127127
SET(CPACK_PACKAGE_CONTACT "[email protected]")
128128
SET(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "amd64")
129-
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libqt5sql5, libsqlcipher0, qtbase5-dev, qtbase5-private-dev")
129+
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libqt5sql5, libsqlcipher0 (>= 3.4.1-1)")
130130
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A Qt5 wrapper for using SqlCipher as a QSqlDriver.")
131131
SET(CPACK_DEBIAN_PACKAGE_SECTION "libs")
132132

0 commit comments

Comments
 (0)