From 711091bcd908c7d4cc095b8506f3317b19632893 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 16 Jul 2011 07:40:43 +0000 Subject: [PATCH] Fixing path to game.h. --- pokerth_game.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 94748b15..2715e744 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -102,7 +102,7 @@ DEPENDPATH += . \ src/gui/qt/timeoutmsgbox # Input -HEADERS += src/game.h \ +HEADERS += src/engine/game.h \ src/session.h \ src/playerdata.h \ src/gamedata.h \