summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/corewlan
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-04-14 06:52:47 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-04-14 23:24:23 (GMT)
commit3174684f5364f9c6a4acbc211d85577b3bab6449 (patch)
tree47d8c250f5faaaf06b7cb3191182729d2536cf9e /src/plugins/bearer/corewlan
parent0f4505dd18a1342b62a049d4c37414179d6ec065 (diff)
downloadQt-3174684f5364f9c6a4acbc211d85577b3bab6449.zip
Qt-3174684f5364f9c6a4acbc211d85577b3bab6449.tar.gz
Qt-3174684f5364f9c6a4acbc211d85577b3bab6449.tar.bz2
Don't link bearer plugins against QtGui unnecessarily.
Diffstat (limited to 'src/plugins/bearer/corewlan')
-rw-r--r--src/plugins/bearer/corewlan/corewlan.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bearer/corewlan/corewlan.pro b/src/plugins/bearer/corewlan/corewlan.pro
index 9786c03..9cb3955 100644
--- a/src/plugins/bearer/corewlan/corewlan.pro
+++ b/src/plugins/bearer/corewlan/corewlan.pro
@@ -1,7 +1,7 @@
TARGET = qcorewlanbearer
include(../../qpluginbase.pri)
-QT += network
+QT = core network
LIBS += -framework Foundation -framework SystemConfiguration
contains(QT_CONFIG, corewlan) {