summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/nla
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/nla
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/nla')
-rw-r--r--src/plugins/bearer/nla/nla.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bearer/nla/nla.pro b/src/plugins/bearer/nla/nla.pro
index 5148b09..5dfb6d7 100644
--- a/src/plugins/bearer/nla/nla.pro
+++ b/src/plugins/bearer/nla/nla.pro
@@ -1,7 +1,7 @@
TARGET = qnlabearer
include(../../qpluginbase.pri)
-QT += network
+QT = core network
!wince* {
LIBS += -lWs2_32