diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-07-28 01:55:28 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-07-28 04:43:03 (GMT) |
commit | ce7ccc93275043a41648a8887525be92420c3acb (patch) | |
tree | 7b628ff8b7802aee90313fb5817e347b425432f7 /src/plugins | |
parent | 34691d27d03abc0c8f940b4a0a3cda4cd308642e (diff) | |
download | Qt-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.pro | 2 |
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 } |