Browse Source

Disable PythonQt wrapping for CTKDummyPlugin library

It doesn't make sens to wrap or export this target to other project
Jean-Christophe Fillion-Robin 14 years ago
parent
commit
ec3d81bac2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Libs/Core/Testing/Cpp/CMakeLists.txt

+ 1 - 0
Libs/Core/Testing/Cpp/CMakeLists.txt

@@ -7,6 +7,7 @@ ctkMacroBuildLib(
   MOC_SRCS "ctkDummyPlugin.h"
   TARGET_LIBRARIES ${CTK_BASE_LIBRARIES}
   LIBRARY_TYPE "SHARED"
+  DISABLE_WRAP_PYTHONQT
   )
 GET_TARGET_PROPERTY(ctkDummyPluginPATH "CTKDummyPlugin" LOCATION)
 REMOVE_DEFINITIONS(-DCTKDummyPlugin)