From 98ce4bd637ec6e63d21de1e4100e66da1b5a4c9a Mon Sep 17 00:00:00 2001 From: Kai Philipp Date: Tue, 21 Jun 2016 20:32:15 +0200 Subject: [PATCH] pokerth_server.pro - includepath fix - see issue https://github.com/pokerth/pokerth/issues/282 --- pokerth_server.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pokerth_server.pro b/pokerth_server.pro index 706475f7..fd54b637 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -175,6 +175,8 @@ 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