diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-02-04 15:22:14 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-02-04 15:22:31 (GMT) |
commit | f3a231700faf1da733e3894c2cfeebe6bf763e0e (patch) | |
tree | dbce9df699dc6093f356b225dad3a029a3b8c09f /demos/embedded/weatherinfo | |
parent | 09c8071d634e043b8706f876e05e6b9e37343251 (diff) | |
download | Qt-f3a231700faf1da733e3894c2cfeebe6bf763e0e.zip Qt-f3a231700faf1da733e3894c2cfeebe6bf763e0e.tar.gz Qt-f3a231700faf1da733e3894c2cfeebe6bf763e0e.tar.bz2 |
use the proper QMake option to find a shared header file
Diffstat (limited to 'demos/embedded/weatherinfo')
-rw-r--r-- | demos/embedded/weatherinfo/weatherinfo.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/embedded/weatherinfo/weatherinfo.pro b/demos/embedded/weatherinfo/weatherinfo.pro index 57f1684..3fe640b 100644 --- a/demos/embedded/weatherinfo/weatherinfo.pro +++ b/demos/embedded/weatherinfo/weatherinfo.pro @@ -7,7 +7,7 @@ QT += network svg symbian { TARGET.UID3 = 0xA000CF77 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) - HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h + INCLUDEPATH += $$QT_SOURCE_TREE/examples/network/qftp/ LIBS += -lesock -lconnmon -linsock TARGET.CAPABILITY = NetworkServices } |