diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-02-11 13:15:33 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-02-12 15:04:19 (GMT) |
commit | 56e2dd03f58024d083a5b7a56566da1305f3321d (patch) | |
tree | 16fd5e94e77a21e4dde22b2700e65b942077b934 /examples/network/fortuneclient | |
parent | c9a72e309ac87f650a8678d4ad27cbf96ee76f40 (diff) | |
download | Qt-56e2dd03f58024d083a5b7a56566da1305f3321d.zip Qt-56e2dd03f58024d083a5b7a56566da1305f3321d.tar.gz Qt-56e2dd03f58024d083a5b7a56566da1305f3321d.tar.bz2 |
use the proper QMake option to find a shared header file
Diffstat (limited to 'examples/network/fortuneclient')
-rw-r--r-- | examples/network/fortuneclient/fortuneclient.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/fortuneclient/fortuneclient.pro b/examples/network/fortuneclient/fortuneclient.pro index c9dc39a..98974b4 100644 --- a/examples/network/fortuneclient/fortuneclient.pro +++ b/examples/network/fortuneclient/fortuneclient.pro @@ -11,7 +11,7 @@ INSTALLS += target sources symbian { include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) - HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h + INCLUDEPATH += $$QT_SOURCE_TREE/examples/network/qftp/ LIBS += -lesock TARGET.CAPABILITY = "NetworkServices ReadUserData WriteUserData" TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 |