We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64acc64 commit cce1290Copy full SHA for cce1290
src/src.pro
@@ -7,7 +7,7 @@ win32: include(../winconf.pri)
7
macx: include(../macxconf.pri)
8
unix:!macx: include(../unixconf.pri)
9
10
-QT += network sql xml
+QT += core-private network sql xml
11
12
macx|*-clang*: QMAKE_CXXFLAGS_WARN_ON += -Wno-range-loop-analysis
13
0 commit comments