mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-24 01:08:06 -06:00
Drop Qt4 related settings from QMake project
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user