summaryrefslogtreecommitdiffstats
path: root/examples/network/network-chat
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-03-10 09:45:02 (GMT)
committerThomas Zander <t.zander@nokia.com>2010-03-11 10:43:05 (GMT)
commitdec1e78c9602bad64657f12475733538e1accd26 (patch)
treeb5c989d91b4afc232e9a43dceadd152b3a1ff629 /examples/network/network-chat
parenta65738d8e81f165e32d948ffbaea98702717d8db (diff)
downloadQt-dec1e78c9602bad64657f12475733538e1accd26.zip
Qt-dec1e78c9602bad64657f12475733538e1accd26.tar.gz
Qt-dec1e78c9602bad64657f12475733538e1accd26.tar.bz2
Fix build break caused by undefined symbol SetDialogPreference
A recent sym_iap_util.h change make it depend on different libraries. Fixed LIBS statements on relevant examples and demos. Reviewed-by: Janne Anttila
Diffstat (limited to 'examples/network/network-chat')
-rw-r--r--examples/network/network-chat/network-chat.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/network-chat/network-chat.pro b/examples/network/network-chat/network-chat.pro
index d9d5e43..d4813ad 100644
--- a/examples/network/network-chat/network-chat.pro
+++ b/examples/network/network-chat/network-chat.pro
@@ -21,7 +21,7 @@ INSTALLS += target sources
symbian {
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
INCLUDEPATH += $$QT_SOURCE_TREE/examples/network/qftp/
- LIBS += -lesock -lconnmon -lcharconv -linsock
+ LIBS += -lesock -lcommdb -lcharconv -linsock # For IAP selection
TARGET.CAPABILITY = "NetworkServices ReadUserData WriteUserData"
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
}