summaryrefslogtreecommitdiffstats
path: root/src/plugins/s60/5_0
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2011-05-25 09:39:12 (GMT)
committerLaszlo Agocs <laszlo.p.agocs@nokia.com>2011-05-25 09:39:12 (GMT)
commit04cde562a0be446234e33725c999bdb61fab3ff2 (patch)
treed6eb2367ba1f24aba7103c08c4079a8c1437d2c8 /src/plugins/s60/5_0
parentc4727a85eed57a4db698326a1bed4aa75b6e5284 (diff)
downloadQt-04cde562a0be446234e33725c999bdb61fab3ff2.zip
Qt-04cde562a0be446234e33725c999bdb61fab3ff2.tar.gz
Qt-04cde562a0be446234e33725c999bdb61fab3ff2.tar.bz2
Revert "Fixing Linux compatibility issues for Symbian"
Changing the library names to lowercase breaks 5.0-based Linux builds. It will be investigated if it is possible to change the SDKs instead. If not, the patch will have to be extended to use the original names for 5.0 and the lowercased ones otherwise. This reverts commit 5933d4e4fb8b48ebed641e7f6b1d032df253df30.
Diffstat (limited to 'src/plugins/s60/5_0')
-rw-r--r--src/plugins/s60/5_0/5_0.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/plugins/s60/5_0/5_0.pro b/src/plugins/s60/5_0/5_0.pro
index 1617a1e..00aea1b 100644
--- a/src/plugins/s60/5_0/5_0.pro
+++ b/src/plugins/s60/5_0/5_0.pro
@@ -10,8 +10,12 @@ contains(S60_VERSION, 3.1) {
SOURCES += ../src/qlocale_3_2.cpp \
../src/qdesktopservices_3_2.cpp \
../src/qcoreapplication_3_2.cpp
- LIBS += -lefsrv \
- -ldirectorylocalizer
+ contains(CONFIG, is_using_gnupoc) {
+ LIBS += -ldirectorylocalizer
+ } else {
+ LIBS += -lDirectoryLocalizer
+ }
+ LIBS += -lefsrv
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
}