summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-04-12 12:07:09 (GMT)
committerThomas Zander <t.zander@nokia.com>2010-04-12 12:24:34 (GMT)
commit5a65de743d2c4673e97b43411d1b8f185b5ddc15 (patch)
tree0e2906cd5de6a79026031524c67502a08142a19b /tools
parente3696e62e54959f1a2ea71d38c4c5c04750ec743 (diff)
downloadQt-5a65de743d2c4673e97b43411d1b8f185b5ddc15.zip
Qt-5a65de743d2c4673e97b43411d1b8f185b5ddc15.tar.gz
Qt-5a65de743d2c4673e97b43411d1b8f185b5ddc15.tar.bz2
Make compile on Symbian
Diffstat (limited to 'tools')
-rw-r--r--tools/qml/qml.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro
index ba283b6..ebf5366 100644
--- a/tools/qml/qml.pro
+++ b/tools/qml/qml.pro
@@ -53,8 +53,8 @@ QT += scripttools \
symbian {
# TARGET.UID3 =
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+ INCLUDEPATH += $$QT_SOURCE_TREE/examples/network/qftp/
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
- HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h
LIBS += -lesock -lcommdb -lconnmon -linsock
TARGET.CAPABILITY = "All -TCB"
}