--- a/CMakeLists.txt Thu Nov 22 01:47:09 2012 +0100
+++ b/CMakeLists.txt Thu Nov 22 10:28:07 2012 +0100
@@ -293,7 +293,7 @@
add_subdirectory(project_files/Android-build)
endif()
- #TODO: when ANDROID, BUILD_ENGINE_LIBRARY should be set
+ #TODO: when ANDROID, LIBENGINE should be set
if(NOT ANDROID)
add_subdirectory(bin)
add_subdirectory(QTfrontend)
--- a/QTfrontend/CMakeLists.txt Thu Nov 22 01:47:09 2012 +0100
+++ b/QTfrontend/CMakeLists.txt Thu Nov 22 10:28:07 2012 +0100
@@ -157,7 +157,7 @@
endif()
endif()
-if(BUILD_ENGINE_LIBRARY)
+if(LIBENGINE)
add_definitions(-DHWLIBRARY)
set(HW_LINK_LIBS hwengine ${HW_LINK_LIBS})
link_directories(${EXECUTABLE_OUTPUT_PATH})