summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/dialogs.pri
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/gui/dialogs/dialogs.pri
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/gui/dialogs/dialogs.pri')
-rw-r--r--src/gui/dialogs/dialogs.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/dialogs.pri b/src/gui/dialogs/dialogs.pri
index c25b6d5..12e3a71 100644
--- a/src/gui/dialogs/dialogs.pri
+++ b/src/gui/dialogs/dialogs.pri
@@ -109,7 +109,7 @@ SOURCES += \
dialogs/qprintpreviewdialog.cpp
symbian:contains(QT_CONFIG, s60) {
- LIBS += -lcommondialogs
+ LIBS += -lCommonDialogs
SOURCES += dialogs/qfiledialog_symbian.cpp \
dialogs/qcolordialog_symbian.cpp
}