summaryrefslogtreecommitdiffstats
path: root/demos/embedded/flightinfo/flightinfo.pro
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-03-10 09:45:02 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-03-10 12:15:07 (GMT)
commit032d4ac63687d209ffef594bf6ef60e3db20bfa3 (patch)
treed8b45266cb7a84c6806848e7ec0be494d7740050 /demos/embedded/flightinfo/flightinfo.pro
parentb9408cb1c0d46ef5532a0a8c646a677e8794210d (diff)
downloadQt-032d4ac63687d209ffef594bf6ef60e3db20bfa3.zip
Qt-032d4ac63687d209ffef594bf6ef60e3db20bfa3.tar.gz
Qt-032d4ac63687d209ffef594bf6ef60e3db20bfa3.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 'demos/embedded/flightinfo/flightinfo.pro')
-rw-r--r--demos/embedded/flightinfo/flightinfo.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/embedded/flightinfo/flightinfo.pro b/demos/embedded/flightinfo/flightinfo.pro
index 8e5535c..7391f88 100644
--- a/demos/embedded/flightinfo/flightinfo.pro
+++ b/demos/embedded/flightinfo/flightinfo.pro
@@ -9,7 +9,7 @@ symbian {
TARGET.UID3 = 0xA000CF74
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h
- LIBS += -lesock -lconnmon -linsock
+ LIBS += -lesock -lcommdb -linsock # For IAP selection
TARGET.CAPABILITY = NetworkServices
}