瀏覽代碼

BUG: Remove library version information when building Qt Designer plugin

Jean-Christophe Fillion-Robin 15 年之前
父節點
當前提交
a9fc8a9bdf
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      CMake/ctkMacroBuildQtDesignerPlugin.cmake

+ 0 - 1
CMake/ctkMacroBuildQtDesignerPlugin.cmake

@@ -75,7 +75,6 @@ MACRO(ctkMacroBuildQtDesignerPlugin)
 
   # Apply properties to the library target.
   SET_TARGET_PROPERTIES(${lib_name}  PROPERTIES
-    ${CTK_LIBRARY_PROPERTIES}
     COMPILE_FLAGS "-DQT_PLUGIN"
     LIBRARY_OUTPUT_DIRECTORY "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/designer"
     )