aboutsummaryrefslogtreecommitdiff
path: root/src/src.pro
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 /src/src.pro
parent0bd4c6ef331e958995108d55a307b5eb496f48d6 (diff)
downloadqxmpp-fafebd0f90dd8b6fe311e0384898653632072539.tar.gz
fix dns_qry.h related symbian build issue
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro2
1 files changed, 1 insertions, 1 deletions
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: