diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-11-24 18:41:17 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-11-24 18:41:17 +0000 |
| commit | b7e6d83721884fd147129c968c7aaeeb0b192a91 (patch) | |
| tree | a08c1e6506a5911594bc79dc0899b7984cccf2a7 /src | |
| parent | bafb14bc2cdc2e2ef5f4de1558c8eecaf08ff471 (diff) | |
| download | qxmpp-b7e6d83721884fd147129c968c7aaeeb0b192a91.tar.gz | |
fix build error using msvc++ (see #80)
Diffstat (limited to 'src')
| -rw-r--r-- | src/src.pro | 1 |
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: |
