diff options
author | juhvu <qt-info@nokia.com> | 2010-11-08 01:43:53 (GMT) |
---|---|---|
committer | juhvu <qt-info@nokia.com> | 2010-11-08 01:43:53 (GMT) |
commit | 465d2c6356bdfd70bd28c6ec53191e73682b06c1 (patch) | |
tree | fff07026cfbfed1461be3ad43749c5c7624059c4 /src/plugins/bearer | |
parent | 983bfa4a069b8bf51913be461c6a79c71fa18792 (diff) | |
download | Qt-465d2c6356bdfd70bd28c6ec53191e73682b06c1.zip Qt-465d2c6356bdfd70bd28c6ec53191e73682b06c1.tar.gz Qt-465d2c6356bdfd70bd28c6ec53191e73682b06c1.tar.bz2 |
Task-number: QTBUG-15059
Removed implicit QtGui linking from qsymbianbearer plugin as it
is not needed.
Diffstat (limited to 'src/plugins/bearer')
-rw-r--r-- | src/plugins/bearer/symbian/symbian.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bearer/symbian/symbian.pri b/src/plugins/bearer/symbian/symbian.pri index e874945..8d92f57 100644 --- a/src/plugins/bearer/symbian/symbian.pri +++ b/src/plugins/bearer/symbian/symbian.pri @@ -1,7 +1,7 @@ TARGET = qsymbianbearer include(../../qpluginbase.pri) -QT += network +QT = core network HEADERS += ../symbianengine.h \ ../qnetworksession_impl.h |