diff options
author | Espen Riskedal <espenr@trolltech.com> | 2009-09-29 16:38:42 (GMT) |
---|---|---|
committer | Espen Riskedal <espenr@trolltech.com> | 2009-09-29 16:38:42 (GMT) |
commit | 315df20f0e2e79f1c42396d5bd6146484dcb95d3 (patch) | |
tree | 59ab0c4a809b02cc9f3fa1e1edd313fdacb78362 /demos/embedded/anomaly | |
parent | dbe294cdf383d8c8c0da21730be155c5291541d8 (diff) | |
download | Qt-315df20f0e2e79f1c42396d5bd6146484dcb95d3.zip Qt-315df20f0e2e79f1c42396d5bd6146484dcb95d3.tar.gz Qt-315df20f0e2e79f1c42396d5bd6146484dcb95d3.tar.bz2 |
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
Diffstat (limited to 'demos/embedded/anomaly')
-rw-r--r-- | demos/embedded/anomaly/anomaly.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 |