From bd4ab4ae4074b4039617fd3afd224f894b9a65c7 Mon Sep 17 00:00:00 2001 From: Aaron McCarthy Date: Fri, 26 Feb 2010 11:31:10 +1000 Subject: Fix Symbian build when building for WINSCW with abld. Fix include path to find private QtNetwork headers. --- src/plugins/bearer/symbian/symbian.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/bearer/symbian/symbian.pro b/src/plugins/bearer/symbian/symbian.pro index 9fd1a74..9613def 100644 --- a/src/plugins/bearer/symbian/symbian.pro +++ b/src/plugins/bearer/symbian/symbian.pro @@ -21,6 +21,7 @@ exists($${EPOCROOT}epoc32/release/armv5/lib/cmmanager.lib) { } INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE +symbian-abld:INCLUDEPATH += $$QT_BUILD_TREE/include/QtNetwork/private LIBS += -lcommdb \ -lapsettingshandlerui \ -- cgit v0.12