Fix qmake build

This commit is contained in:
sledgehammer999 2024-03-15 23:18:52 +02:00
parent 64acc64c58
commit cce1290c0c
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

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