mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
- Removed some old stuff in project file (libqtxml + trayicon)
This commit is contained in:
parent
20ab863b38
commit
2aa0c5551c
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
||||||
# Vars
|
# Vars
|
||||||
LANG_PATH = lang
|
LANG_PATH = lang
|
||||||
ICONS_PATH = Icons
|
ICONS_PATH = Icons
|
||||||
TRAYICON_CPP = trayicon
|
|
||||||
|
|
||||||
#Set the following variable to 1 to enable debug
|
#Set the following variable to 1 to enable debug
|
||||||
DEBUG_MODE = 1
|
DEBUG_MODE = 1
|
||||||
|
@ -9,8 +8,6 @@ DEBUG_MODE = 1
|
||||||
# Global
|
# Global
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = qbittorrent
|
TARGET = qbittorrent
|
||||||
DEPENDPATH += . trayicon
|
|
||||||
INCLUDEPATH += $$TRAYICON_CPP
|
|
||||||
CONFIG += qt x11
|
CONFIG += qt x11
|
||||||
|
|
||||||
# Update this VERSION for each release
|
# Update this VERSION for each release
|
||||||
|
@ -33,7 +30,7 @@ QMAKE_CXXFLAGS_DEBUG += -fwrapv
|
||||||
LIBS += -lcurl
|
LIBS += -lcurl
|
||||||
CONFIG += link_pkgconfig
|
CONFIG += link_pkgconfig
|
||||||
PKGCONFIG += libtorrent
|
PKGCONFIG += libtorrent
|
||||||
QT += xml network
|
QT += network
|
||||||
|
|
||||||
DEFINES += QT_NO_CAST_TO_ASCII
|
DEFINES += QT_NO_CAST_TO_ASCII
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue