update var name webgl
authorkoda
Thu, 22 Nov 2012 10:28:07 +0100
branchwebgl
changeset 8102 20ef5bf0dc7f
parent 8099 a7f02b902b6f
child 8105 d088be5ecdcb
update var name
CMakeLists.txt
QTfrontend/CMakeLists.txt
--- 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})