Explorar o código

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 %!s(int64=15) %!d(string=hai) anos
pai
achega
8d7e2cc153
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
   )