diff --git a/cmake/QtWraps.cmake b/cmake/QtWraps.cmake index 4ab78db..7d4c4a6 100644 --- a/cmake/QtWraps.cmake +++ b/cmake/QtWraps.cmake @@ -726,7 +726,7 @@ macro(qad_target_link_libraries _NAME) list(APPEND _ARGS ${_i}) endif() endforeach() - target_link_libraries(${_TARGET} ${Qt${_v}_LIBRARIES} ${_ARGS}) + target_link_libraries(${_TARGET} ${_ARGS} ${Qt${_v}_LIBRARIES}) #message("link ${_TARGET}: ${Qt${_v}_LIBRARIES} ${_ARGS}") endif() endforeach()