Explorar el Código

Rename variable in Widgets testing CMakeLists

Jean-Christophe Fillion-Robin hace 14 años
padre
commit
8809bbc700
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Libs/Widgets/Testing/Cpp/CMakeLists.txt

+ 1 - 1
Libs/Widgets/Testing/Cpp/CMakeLists.txt

@@ -49,7 +49,7 @@ SET(Tests_MOC_SRCS
   )
 
 SET(Tests_MOC_CPP)
-QT4_WRAP_CPP(MY_MOC_CPP ${Tests_MOC_SRCS})
+QT4_WRAP_CPP(Tests_MOC_CPP ${Tests_MOC_SRCS})
 
 ADD_EXECUTABLE(${KIT}CppTests ${Tests} ${Tests_SRCS} ${Tests_MOC_CPP})
 TARGET_LINK_LIBRARIES(${KIT}CppTests ${LIBRARY_NAME})