From b7e6d83721884fd147129c968c7aaeeb0b192a91 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 24 Nov 2010 18:41:17 +0000 Subject: fix build error using msvc++ (see #80) --- src/src.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/src.pro') 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: -- cgit v1.2.3