summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-07-28 01:55:28 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-07-28 04:43:03 (GMT)
commitce7ccc93275043a41648a8887525be92420c3acb (patch)
tree7b628ff8b7802aee90313fb5817e347b425432f7 /src/plugins
parent34691d27d03abc0c8f940b4a0a3cda4cd308642e (diff)
downloadQt-ce7ccc93275043a41648a8887525be92420c3acb.zip
Qt-ce7ccc93275043a41648a8887525be92420c3acb.tar.gz
Qt-ce7ccc93275043a41648a8887525be92420c3acb.tar.bz2
Fix detection of OCC functionality.
Diffstat (limited to 'src/plugins')
-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
}