# HG changeset patch
# User Xeli
# Date 1337527041 -7200
# Node ID c0e403f618aa0983874115152a062d1e9555d38d
# Parent  f8c453ade37978b82aa7e12d692ae3b8c3494ad6
remove the need to qt and co when using cmake with -DANDROID=1

diff -r f8c453ade379 -r c0e403f618aa CMakeLists.txt
--- a/CMakeLists.txt	Sun May 20 10:55:58 2012 -0400
+++ b/CMakeLists.txt	Sun May 20 17:17:21 2012 +0200
@@ -202,7 +202,7 @@
 	add_subdirectory(project_files/Android-build)
 endif()
 
-if(NOT BUILD_ENGINE_LIBRARY)
+if(NOT (BUILD_ENGINE_LIBRARY OR ANDROID))
 	add_subdirectory(bin)
 	add_subdirectory(misc/quazip)
 	add_subdirectory(QTfrontend)