mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-24 21:44:25 +00:00
- Removed some old stuff in project file (libqtxml + trayicon)
This commit is contained in:
parent
20ab863b38
commit
2aa0c5551c
@ -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…
x
Reference in New Issue
Block a user