mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-28 10:48:19 +03:00
Fix qmake build
This commit is contained in:
parent
64acc64c58
commit
cce1290c0c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ win32: include(../winconf.pri)
|
||||||
macx: include(../macxconf.pri)
|
macx: include(../macxconf.pri)
|
||||||
unix:!macx: include(../unixconf.pri)
|
unix:!macx: include(../unixconf.pri)
|
||||||
|
|
||||||
QT += network sql xml
|
QT += core-private network sql xml
|
||||||
|
|
||||||
macx|*-clang*: QMAKE_CXXFLAGS_WARN_ON += -Wno-range-loop-analysis
|
macx|*-clang*: QMAKE_CXXFLAGS_WARN_ON += -Wno-range-loop-analysis
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue