summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@nokia.com>2010-03-12 07:53:53 (GMT)
committerMorten Johan Sørvig <morten.sorvig@nokia.com>2010-03-12 07:54:04 (GMT)
commita5e0ee95123715ef4303e9746b09683a406cb890 (patch)
treed4445c2e7acd7678d720ca47bf26eff08c95bba0
parent2571913e70fc5059f3e52b153a64c85a0a6caf3a (diff)
downloadQt-a5e0ee95123715ef4303e9746b09683a406cb890.zip
Qt-a5e0ee95123715ef4303e9746b09683a406cb890.tar.gz
Qt-a5e0ee95123715ef4303e9746b09683a406cb890.tar.bz2
Fix SetDialogPreference build error on Symbian.
Similar to 032d4ac63687d209ffef594bf6ef60e3db20bfa3.
-rw-r--r--tools/qml/qml.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro
index 9b68dbc..a7eb6f5 100644
--- a/tools/qml/qml.pro
+++ b/tools/qml/qml.pro
@@ -55,6 +55,6 @@ symbian {
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h
- LIBS += -lesock -lconnmon -linsock
+ LIBS += -lesock -lcommdb -lconnmon -linsock
TARGET.CAPABILITY = "All -TCB"
}