ソースを参照

BUG: Removed ${QT_LIBRARIES} from app ctkDICOM and ctkDICOMIndexer, Qt libraries
shouldn't be required since CTKDICOMCore is linked against CTKCore which
is finally linked against {QT_LIBRARIES}.
Same remark applied for CTKDICOMWidgets which is linked against CTKDICOMCore

Jean-Christophe Fillion-Robin 15 年 前
コミット
11ecb04eeb
共有2 個のファイルを変更した0 個の追加2 個の削除を含む
  1. 0 1
      Applications/ctkDICOM/target_libraries.cmake
  2. 0 1
      Applications/ctkDICOMIndexer/target_libraries.cmake

+ 0 - 1
Applications/ctkDICOM/target_libraries.cmake

@@ -5,6 +5,5 @@
 # 
 
 SET(target_libraries
-  ${QT_LIBRARIES}
   CTKDICOMWidgets
   )

+ 0 - 1
Applications/ctkDICOMIndexer/target_libraries.cmake

@@ -5,6 +5,5 @@
 # 
 
 SET(target_libraries
-  ${QT_LIBRARIES}
   CTKDICOMCore
   )