summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-03-10 00:36:47 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-03-10 00:36:47 (GMT)
commit2b7de14b26de6f38b73b691c881f1c8f7be1a354 (patch)
tree86f89b017eba3064d0ba4ef3bfbaa55dbeb18a45 /tools
parent89719193820c0d31c077550800740f90baa79807 (diff)
downloadQt-2b7de14b26de6f38b73b691c881f1c8f7be1a354.zip
Qt-2b7de14b26de6f38b73b691c881f1c8f7be1a354.tar.gz
Qt-2b7de14b26de6f38b73b691c881f1c8f7be1a354.tar.bz2
Link with the correct library for TCommDbConnPref
Diffstat (limited to 'tools')
-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..0579493 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 -linsock
TARGET.CAPABILITY = "All -TCB"
}