Fix compilation on Harmattan
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>bb10
parent
43c548d2a6
commit
ab247307af
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue