aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-11-24 18:41:17 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-11-24 18:41:17 +0000
commitb7e6d83721884fd147129c968c7aaeeb0b192a91 (patch)
treea08c1e6506a5911594bc79dc0899b7984cccf2a7 /src
parentbafb14bc2cdc2e2ef5f4de1558c8eecaf08ff471 (diff)
downloadqxmpp-b7e6d83721884fd147129c968c7aaeeb0b192a91.tar.gz
fix build error using msvc++ (see #80)
Diffstat (limited to 'src')
-rw-r--r--src/src.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src.pro b/src/src.pro
index edd37b5a..0eef9966 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -3,6 +3,7 @@ include(../qxmpp.pri)
TEMPLATE = lib
CONFIG += staticlib
+INCLUDEPATH += $$QXMPP_INCLUDE_DIR
LIBS += $$QXMPP_INTERNAL_LIBS
# To disable the dependency on QtGui, uncomment the following: