From 315df20f0e2e79f1c42396d5bd6146484dcb95d3 Mon Sep 17 00:00:00 2001 From: Espen Riskedal Date: Tue, 29 Sep 2009 18:38:42 +0200 Subject: Fix compile of anomaly for S60 3.1 SDK It seems that for 3.1 we need to explicitly link with insock.dll as well Reviewed-by: Aleksandar Babic --- demos/embedded/anomaly/anomaly.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/embedded/anomaly/anomaly.pro b/demos/embedded/anomaly/anomaly.pro index 8fb1265..f7c11b6 100644 --- a/demos/embedded/anomaly/anomaly.pro +++ b/demos/embedded/anomaly/anomaly.pro @@ -24,7 +24,7 @@ RESOURCES += src/anomaly.qrc symbian { include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) HEADERS += $$QT_SOURCE_TREE/examples/network/ftp/sym_iap_util.h - LIBS += -lesock -lconnmon + LIBS += -lesock -linsock -lconnmon TARGET.CAPABILITY = NetworkServices TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 TARGET.UID3 = 0xA000CF71 -- cgit v0.12