Browse Source

Rename variable in Widgets testing CMakeLists

Jean-Christophe Fillion-Robin 14 years ago
parent
commit
8809bbc700
1 changed files with 1 additions and 1 deletions
  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})