diff --git a/ChangeLog b/ChangeLog index d4b2c79..61e7e9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ qcma (0.3.7) unstable; urgency=low * Added pre 2.00 protocol versions to the config dialog. * Fixed installation of appindicator plguin on standalone mode. * Added support for Plasma 5 notifier. + * Use Qt5 by default. * Fixed file downloader. * Do no start broadcast received if wireless mode is disabled. diff --git a/debian/control b/debian/control index 6ccee20..2d526e1 100644 --- a/debian/control +++ b/debian/control @@ -10,23 +10,24 @@ Build-Depends: cdbs, libavformat-dev, libswscale-dev, - libqt4-dev, - qt4-dev-tools, + qtbase5-dev, + qttools5-dev-tools, + qt5-default, kdelibs5-dev, libnotify-dev, libgtk2.0-dev, libappindicator-dev, pkg-config, - vitamtp-dev (>= 2.5.4) + vitamtp-dev (>= 2.5.5) Package: qcma Architecture: any -Depends: vitamtp4 (>= 2.5.4), ${shlibs:Depends}, ${misc:Depends} +Depends: vitamtp4 (>= 2.5.5), ${shlibs:Depends}, ${misc:Depends} Description: Content Manager Assistant for the PS Vita Package: qcma-cli Architecture: any -Depends: vitamtp4 (>= 2.5.4), ${shlibs:Depends}, ${misc:Depends} +Depends: vitamtp4 (>= 2.5.5), ${shlibs:Depends}, ${misc:Depends} Description: Content Manager Assistant for the PS Vita (headless version) Package: qcma-appindicator