aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control13
1 files changed, 11 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index c686b55..44eeaae 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,18 @@ Maintainer: Chris Xiong <chirs241097@gmail.com>
Section: sound
Priority: optional
Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 9), qtbase5-dev, qt5-qmake, libfluidsynth-dev
+Build-Depends: debhelper (>= 9), qtbase5-dev, qt5-qmake, libfluidsynth-dev,
+ qml-module-qtquick-controls,
+ qml-module-qtquick-window2,
+ qml-module-qtquick2,
+ libqt5qml5
Package: qmidiplayer
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Midi player based on Qt and fluidsynth. \ No newline at end of file
+Description: Midi player based on Qt and fluidsynth.
+
+Package: qmidiplayer-lite
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Midi player based on Qt and fluidsynth (Lite version).