mirror of
https://github.com/qbittorrent/qBittorrent
synced 2024-11-03 00:09:23 +01:00
Move QTPLUGIN qmake macro to src.pro.
This commit is contained in:
parent
0cdb833aa6
commit
f55ea07c1d
@ -28,6 +28,10 @@ nox {
|
||||
DEFINES += DISABLE_GUI
|
||||
} else {
|
||||
QT += xml
|
||||
CONFIG(static) {
|
||||
DEFINES += QBT_STATIC_QT
|
||||
QTPLUGIN += qico
|
||||
}
|
||||
TARGET = qbittorrent
|
||||
}
|
||||
QT += network
|
||||
|
@ -45,8 +45,3 @@ else {
|
||||
|
||||
DEFINES += WITH_GEOIP_EMBEDDED
|
||||
message("On Windows, GeoIP database must be embedded.")
|
||||
|
||||
CONFIG(static) {
|
||||
DEFINES += QBT_STATIC_QT
|
||||
QTPLUGIN += qico
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user