Drop Qt4 related settings from QMake project

This commit is contained in:
Vladimir Golovnev (Glassez)
2017-04-26 08:53:47 +03:00
parent e433cbab97
commit d5d946dd66
6 changed files with 2 additions and 20 deletions

View File

@@ -6,8 +6,6 @@ CONFIG += qt thread silent
CONFIG += c++11
DEFINES += BOOST_NO_CXX11_RVALUE_REFERENCES
lessThan(QT_MAJOR_VERSION, 5): DEFINES += QStringLiteral=QLatin1String
# Windows specific configuration
win32: include(../winconf.pri)
@@ -25,8 +23,7 @@ nogui {
DEFINES += DISABLE_GUI
TARGET = qbittorrent-nox
} else {
QT += xml
greaterThan(QT_MAJOR_VERSION, 4): QT += concurrent widgets
QT += xml concurrent widgets
CONFIG(static) {
DEFINES += QBT_STATIC_QT
QTPLUGIN += qico