Workaround for issue #282 (should be backward compatible).

This commit is contained in:
lotodore
2015-01-06 15:55:29 +01:00
parent 507fbae5aa
commit bace7cd987
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -176,6 +176,9 @@ unix : !mac {
LIBPATH += lib $${PREFIX}/lib /opt/gsasl/lib
INCLUDEPATH += $${PREFIX}/include
# see issue https://github.com/pokerth/pokerth/issues/282
INCLUDEPATH += $${PREFIX}/include/libircclient
LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64 $$system(qmake -query QT_INSTALL_LIBS)
BOOST_FS = boost_filesystem boost_filesystem-mt
BOOST_THREAD = boost_thread boost_thread-mt