Skip to content

Commit b9dc96e

Browse files
authored
Merge pull request #1717 from haiwen/deb-qt5
Revert "Require qt 5.5+ in deb packages."
2 parents eaf1a31 + 14ae408 commit b9dc96e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

debian/control

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Depends:
2828
libuuid1,
2929
libssl0.9.8 | libssl1.0.0,
3030
libevent-2.0-5,
31-
libqt5network5 (>=5.5),
32-
libqt5core5a (>=5.5),
33-
libqt5gui5 (>=5.5),
34-
libqt5webkit5 (>=5.5),
35-
libqt5test5 (>=5.5)
31+
libqt5network5,
32+
libqt5core5a,
33+
libqt5gui5,
34+
libqt5webkit5,
35+
libqt5test5
3636
Description: Client of seafile, an online file storage and collaboration tool
3737
Seafile enables you to build private cloud for file sharing and collaboration
3838
among team members in your company/organization. This is the Linux desktop

0 commit comments

Comments
 (0)