소스 검색

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
   )