Skip to content

Commit cce1290

Browse files
Fix qmake build
1 parent 64acc64 commit cce1290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/src.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ win32: include(../winconf.pri)
77
macx: include(../macxconf.pri)
88
unix:!macx: include(../unixconf.pri)
99

10-
QT += network sql xml
10+
QT += core-private network sql xml
1111

1212
macx|*-clang*: QMAKE_CXXFLAGS_WARN_ON += -Wno-range-loop-analysis
1313

0 commit comments

Comments
 (0)