remove the need to qt and co when using cmake with -DANDROID=1
authorXeli
Sun, 20 May 2012 17:17:21 +0200
changeset 7099 c0e403f618aa
parent 7098 f8c453ade379
child 7100 8a2b23efed11
remove the need to qt and co when using cmake with -DANDROID=1
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)