Fix build error on Mac
To use the private headers, the .pro file should contain QT += <module>-private Reviewed-by: Olivier Goffartbb10
parent
3611f82975
commit
af026f6fa4
|
|
@ -1,7 +1,7 @@
|
|||
TARGET = qcorewlanbearer
|
||||
include(../../qpluginbase.pri)
|
||||
|
||||
QT = core network
|
||||
QT = core-private network-private
|
||||
LIBS += -framework Foundation -framework SystemConfiguration
|
||||
|
||||
contains(QT_CONFIG, corewlan) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue