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