nixpkgs/pkgs/applications/radio/wsjtx/wsjtx.patch

14 lines
427 B
Diff
Raw Normal View History

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3e7e816b..e7dbb14a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
2019-08-10 23:54:55 +00:00
@@ -885,6 +885,6 @@
#
# Widgets finds its own dependencies.
-find_package (Qt5 COMPONENTS Widgets Multimedia PrintSupport Sql LinguistTools REQUIRED)
+find_package (Qt5 COMPONENTS Widgets Multimedia PrintSupport Sql LinguistTools SerialPort REQUIRED)
2018-02-17 11:06:27 +00:00
if (WIN32)
add_definitions (-DQT_NEEDS_QTMAIN)