Explorar o código

FIX: Removing wrong automerged lines

Sascha Zelzer %!s(int64=15) %!d(string=hai) anos
pai
achega
612e087a6f
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      CMake/ctkMacroBuildQtDesignerPlugin.cmake

+ 0 - 6
CMake/ctkMacroBuildQtDesignerPlugin.cmake

@@ -61,12 +61,6 @@ MACRO(ctkMacroBuildQtDesignerPlugin)
     QT4_ADD_RESOURCES(MY_QRC_SRCS ${MY_RESOURCES})
   ENDIF()
 
-  # Add the generated manifest qrc file
-  STRING(REPLACE "_" "." plugin_symbolic_name ${lib_name})
-  ctkMacroGeneratePluginManifest(MY_QRC_SRCS
-    SYMBOLIC_NAME ${plugin_symbolic_name}
-    )
-
   SOURCE_GROUP("Resources" FILES
     ${MY_RESOURCES}
     ${MY_UI_FORMS}