summaryrefslogtreecommitdiffstats
path: root/demos/embedded/flightinfo/flightinfo.pro
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-02-04 15:22:14 (GMT)
committerThomas Zander <t.zander@nokia.com>2010-02-04 15:22:31 (GMT)
commitf3a231700faf1da733e3894c2cfeebe6bf763e0e (patch)
treedbce9df699dc6093f356b225dad3a029a3b8c09f /demos/embedded/flightinfo/flightinfo.pro
parent09c8071d634e043b8706f876e05e6b9e37343251 (diff)
downloadQt-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/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..2dff7f6 100644
--- a/demos/embedded/flightinfo/flightinfo.pro
+++ b/demos/embedded/flightinfo/flightinfo.pro
@@ -8,7 +8,7 @@ QT += network
symbian {
TARGET.UID3 = 0xA000CF74
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
}