diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-04-07 05:36:03 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-04-07 05:36:03 +0000 |
| commit | fafebd0f90dd8b6fe311e0384898653632072539 (patch) | |
| tree | 575f8d49b460d6e6c8bdfb24dcac878955026d9b /src/src.pro | |
| parent | 0bd4c6ef331e958995108d55a307b5eb496f48d6 (diff) | |
| download | qxmpp-fafebd0f90dd8b6fe311e0384898653632072539.tar.gz | |
fix dns_qry.h related symbian build issue
Diffstat (limited to 'src/src.pro')
| -rw-r--r-- | src/src.pro | 2 |
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: |
