浏览代码

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
   )