From 1954982e2c97173dde1c8dbb85e0c40f13c628b7 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 25 May 2016 15:34:12 +0000 Subject: [PATCH] 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 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f93117967..149b578b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)