mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Move QTPLUGIN qmake macro to src.pro.
This commit is contained in:
parent
0cdb833aa6
commit
f55ea07c1d
2 changed files with 4 additions and 5 deletions
|
@ -28,6 +28,10 @@ nox {
|
||||||
DEFINES += DISABLE_GUI
|
DEFINES += DISABLE_GUI
|
||||||
} else {
|
} else {
|
||||||
QT += xml
|
QT += xml
|
||||||
|
CONFIG(static) {
|
||||||
|
DEFINES += QBT_STATIC_QT
|
||||||
|
QTPLUGIN += qico
|
||||||
|
}
|
||||||
TARGET = qbittorrent
|
TARGET = qbittorrent
|
||||||
}
|
}
|
||||||
QT += network
|
QT += network
|
||||||
|
|
|
@ -45,8 +45,3 @@ else {
|
||||||
|
|
||||||
DEFINES += WITH_GEOIP_EMBEDDED
|
DEFINES += WITH_GEOIP_EMBEDDED
|
||||||
message("On Windows, GeoIP database must be embedded.")
|
message("On Windows, GeoIP database must be embedded.")
|
||||||
|
|
||||||
CONFIG(static) {
|
|
||||||
DEFINES += QBT_STATIC_QT
|
|
||||||
QTPLUGIN += qico
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue