summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-07-28 01:55:28 (GMT)
committerToby Tomkins <toby.tomkins@nokia.com>2010-07-29 03:37:55 (GMT)
commit5342724a8b664296e856792be1a03d84fe0d03ec (patch)
tree9a6226174dd8df344d2277669d17940d177c4d50 /src
parentc0c08e4efa42981e0e23b94ad032cdf86cc280cd (diff)
downloadQt-5342724a8b664296e856792be1a03d84fe0d03ec.zip
Qt-5342724a8b664296e856792be1a03d84fe0d03ec.tar.gz
Qt-5342724a8b664296e856792be1a03d84fe0d03ec.tar.bz2
Fix detection of OCC functionality.
(cherry picked from commit ce7ccc93275043a41648a8887525be92420c3acb)
Diffstat (limited to 'src')
-rw-r--r--src/plugins/bearer/symbian/symbian_3/symbian_3.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bearer/symbian/symbian_3/symbian_3.pro b/src/plugins/bearer/symbian/symbian_3/symbian_3.pro
index 25f18f2..ff0f11c 100644
--- a/src/plugins/bearer/symbian/symbian_3/symbian_3.pro
+++ b/src/plugins/bearer/symbian/symbian_3/symbian_3.pro
@@ -6,7 +6,7 @@ symbian {
DEFINES += SNAP_FUNCTIONALITY_AVAILABLE
LIBS += -lcmmanager
- exists($$MW_LAYER_PUBLIC_EXPORT_PATH(extendedconnpref.h)) {
+ exists($$prependEpocroot($$MW_LAYER_PUBLIC_EXPORT_PATH(extendedconnpref.h))) {
DEFINES += OCC_FUNCTIONALITY_AVAILABLE
LIBS += -lextendedconnpref
}