1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-09 06:17:58 +00:00

- Removed some old stuff in project file (libqtxml + trayicon)

This commit is contained in:
Christophe Dumez 2007-03-11 01:01:43 +00:00
parent 20ab863b38
commit 2aa0c5551c

View File

@ -1,7 +1,6 @@
# Vars
LANG_PATH = lang
ICONS_PATH = Icons
TRAYICON_CPP = trayicon
#Set the following variable to 1 to enable debug
DEBUG_MODE = 1
@ -9,8 +8,6 @@ DEBUG_MODE = 1
# Global
TEMPLATE = app
TARGET = qbittorrent
DEPENDPATH += . trayicon
INCLUDEPATH += $$TRAYICON_CPP
CONFIG += qt x11
# Update this VERSION for each release
@ -33,7 +30,7 @@ QMAKE_CXXFLAGS_DEBUG += -fwrapv
LIBS += -lcurl
CONFIG += link_pkgconfig
PKGCONFIG += libtorrent
QT += xml network
QT += network
DEFINES += QT_NO_CAST_TO_ASCII