소스 검색

COMP: MinGW: Fix the library link order for the MinGW linker (Log4Qt
dependes on Qt, hence it must be placed before the Qt libraries)

Sascha Zelzer 14 년 전
부모
커밋
8d7e2cc153
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Libs/Core/target_libraries.cmake

+ 1 - 1
Libs/Core/target_libraries.cmake

@@ -5,7 +5,7 @@
 #
 
 SET(target_libraries
+  Log4Qt_LIBRARIES
   QT_LIBRARIES
   BFD_LIBRARIES
-  Log4Qt_LIBRARIES
   )