diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-04-07 09:29:58 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-04-07 09:29:58 -0300 |
commit | ce4a75910ea2a4c48f7ab6dbb762e405ca5e91a1 (patch) | |
tree | 01ee1f2796b9bf9e7868c7ae819e48b869621944 /debian/control | |
parent | 84b7f161905dd7853b61cbd8c341e7aa1121cac5 (diff) | |
download | qt5webkit-ce4a75910ea2a4c48f7ab6dbb762e405ca5e91a1.tar.gz |
Add qtdeclarative5-dev as a dependency of libqt5webkit5-dev.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 34a8e2a..06983d9 100644 --- a/debian/control +++ b/debian/control @@ -48,9 +48,10 @@ Package: libqt5webkit5-dev Section: libdevel Architecture: any Pre-Depends: dpkg (>= 1.15.6~) -Depends: qtbase5-dev, - libqt5webkit5 (= ${binary:Version}), - ${misc:Depends}, +Depends: libqt5webkit5 (= ${binary:Version}), + qtbase5-dev, + qtdeclarative5-dev, + ${misc:Depends} Description: Web content engine library for Qt - development files QtWebKit provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. |