From 422c8199758713443fde5f7aeaac87bda9ab3009 Mon Sep 17 00:00:00 2001 From: doitux Date: Thu, 20 Dec 2007 12:23:59 +0000 Subject: [PATCH] --- pokerth_game.pro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pokerth_game.pro b/pokerth_game.pro index 7fa83848..bfccefac 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -307,6 +307,10 @@ unix: !mac{ } } LIBS += $$BOOST_THREAD $$BOOST_FS + !count(LIBS, 3) { + error("could not locate required library: \ + libboost (version >= 1.34.1) --> http://www.boost.org/") + } LIBS += -lcrypto -lSDL_mixer TARGETDEPS += ./lib/libpokerth_lib.a