Fix DLL imports in message_aggregator build

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6700 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2016-05-25 15:34:12 +00:00
parent 87d382979b
commit 1954982e2c

View File

@ -1107,7 +1107,7 @@ add_executable (message_aggregator
UDPExamples/message_aggregator.rc
${message_aggregator_RESOURCES_RCC}
)
target_link_libraries (message_aggregator wsjt_qt Qt5::Widgets wsjtx_udp)
target_link_libraries (message_aggregator Qt5::Widgets wsjtx_udp)
if (WSJT_CREATE_WINMAIN)
set_target_properties (message_aggregator PROPERTIES WIN32_EXECUTABLE ON)