Fix compilation on Harmattan
authorSimon Hausmann <simon.hausmann@nokia.com>
Mon, 3 Oct 2011 13:27:37 +0000 (15:27 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 3 Oct 2011 15:25:57 +0000 (17:25 +0200)
The inclusion of qbearerengine_p.h requires network-private

Change-Id: Ie28136dc6ee423721978d073fd401fecde2a7d35
Reviewed-on: http://codereview.qt-project.org/5930
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/plugins/bearer/icd/icd.pro

index 3f57534..8cbf86d 100644 (file)
@@ -1,7 +1,7 @@
 TARGET = qicdbearer
 load(qt_plugin)
 
-QT = core network dbus
+QT = core network network-private dbus
 
 QMAKE_CXXFLAGS *= $$QT_CFLAGS_DBUS $$QT_CFLAGS_CONNSETTINGS
 LIBS += $$QT_LIBS_CONNSETTINGS