Browse Source

- Nox version should not require libqtxml

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
1d598d7772
  1. 4
      INSTALL
  2. 6
      src/src.pro

4
INSTALL

@ -38,9 +38,9 @@ qBittorrent - A BitTorrent client in C++ / Qt4 @@ -38,9 +38,9 @@ qBittorrent - A BitTorrent client in C++ / Qt4
will install and execute qBittorrent hopefully without any problems.
Dependencies:
- Qt >= 4.4.0 (libqt-devel, libqtcore, libqtnetwork, libqtxml)
- Qt >= 4.4.0 (libqt-devel, libqtcore, libqtnetwork)
- libtorrent-rasterbar by Arvid Norberg (>= 0.14.0 REQUIRED, >= v0.15.0 ADVISED)
- libtorrent-rasterbar by Arvid Norberg (>= 0.14.4 REQUIRED, >= v0.15.0 ADVISED)
-> http://www.libtorrent.net
Be careful: another library (the one used by rTorrent) uses a similar name.

6
src/src.pro

@ -105,8 +105,10 @@ contains(DEFINES, DISABLE_GUI) { @@ -105,8 +105,10 @@ contains(DEFINES, DISABLE_GUI) {
unix:QMAKE_LFLAGS_SHAPP += -rdynamic
CONFIG += link_pkgconfig
PKGCONFIG += "libtorrent-rasterbar"
QT += network \
xml
QT += network
!contains(DEFINES, DISABLE_GUI) {
QT += xml
}
DEFINES += QT_NO_CAST_TO_ASCII
# Windows

Loading…
Cancel
Save