Move QTPLUGIN qmake macro to src.pro.

This commit is contained in:
Nick Tiskov
2012-12-29 20:06:15 +04:00
committed by sledgehammer999
parent 490cb9dfdb
commit a109274d1f
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
}