From e79aebd7748cce41fe755f2a847a003bb1c22633 Mon Sep 17 00:00:00 2001 From: lotodore Date: Thu, 6 Sep 2012 21:21:07 +0200 Subject: [PATCH] Fixes for the android_test configuration. --- pokerth_lib.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pokerth_lib.pro b/pokerth_lib.pro index 85b640fb..a723dd8e 100644 --- a/pokerth_lib.pro +++ b/pokerth_lib.pro @@ -204,10 +204,10 @@ SOURCES += \ src/net/common/sendbuffer.cpp \ src/net/common/receivebuffer.cpp -!android{ +!android:!android_test{ SOURCES += src/engine/local_engine/tools.cpp } -android{ +android|android_test{ SOURCES += src/engine/local_engine/tools_android.cpp }