changeset 7099 | c0e403f618aa |
parent 7050 | 91199321e916 |
child 7109 | af3a43a46f21 |
--- 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)