aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2011-04-07 05:36:03 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2011-04-07 05:36:03 +0000
commitfafebd0f90dd8b6fe311e0384898653632072539 (patch)
tree575f8d49b460d6e6c8bdfb24dcac878955026d9b
parent0bd4c6ef331e958995108d55a307b5eb496f48d6 (diff)
downloadqxmpp-fafebd0f90dd8b6fe311e0384898653632072539.tar.gz
fix dns_qry.h related symbian build issue
-rw-r--r--qxmpp.pri1
-rw-r--r--src/src.pro2
2 files changed, 2 insertions, 1 deletions
diff --git a/qxmpp.pri b/qxmpp.pri
index 8ed44a1c..4168a067 100644
--- a/qxmpp.pri
+++ b/qxmpp.pri
@@ -12,6 +12,7 @@ CONFIG(debug, debug|release) {
# Libraries used internal by QXmpp
symbian {
+ QXMPP_INTERNAL_INCLUDES = $$APP_LAYER_SYSTEMINCLUDE
QXMPP_INTERNAL_LIBS = -lesock
}
diff --git a/src/src.pro b/src/src.pro
index 1f5b9d17..2a78c200 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -5,7 +5,7 @@ QT -= gui
TEMPLATE = lib
CONFIG += staticlib
-INCLUDEPATH += $$QXMPP_INCLUDE_DIR
+INCLUDEPATH += $$QXMPP_INCLUDE_DIR $$QXMPP_INTERNAL_INCLUDES
LIBS += $$QXMPP_INTERNAL_LIBS
# To enable support for the Speex codec, uncomment the following: