1
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:
Nick Tiskov 2012-12-29 20:06:15 +04:00
parent 0cdb833aa6
commit f55ea07c1d
2 changed files with 4 additions and 5 deletions

View File

@ -28,6 +28,10 @@ nox {
DEFINES += DISABLE_GUI
} else {
QT += xml
CONFIG(static) {
DEFINES += QBT_STATIC_QT
QTPLUGIN += qico
}
TARGET = qbittorrent
}
QT += network

View File

@ -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
}