Fix build error on Mac

To use the private headers, the .pro file should contain
QT += <module>-private

Reviewed-by: Olivier Goffart
bb10
Prasanth Ullattil 2011-05-04 17:54:44 +02:00
parent 3611f82975
commit af026f6fa4
1 changed files with 1 additions and 1 deletions

View File

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