Browse Source

Fix configure script

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
a8c2bc37c2
  1. 2
      qbittorrent.qc
  2. 2
      qcm/qt4.qcm

2
qbittorrent.qc

@ -18,7 +18,9 @@ @@ -18,7 +18,9 @@
<dep type='libnotify'>
</dep>
<dep type='geoip-database'>
<required/>
</dep>
<dep type='qtsingleapplication'>
<required/>
</dep>
</qconf>

2
qcm/qt4.qcm

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
/*
-----BEGIN QCMOD-----
name: Qt >= 4.5
arg: disable-gui, Disable qBittorrent Graphical user interface for headless running
arg: enable-debug, Enable debug mode
arg: disable-gui, Disable qBittorrent Graphical user interface for headless running
-----END QCMOD-----
*/
class qc_qt4 : public ConfObj

Loading…
Cancel
Save