about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/misc/wsjtx/wsjtx.patch
blob: a5bd7ec3e196095c02c834d59430767aa3c5d91b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Index: wsjtx/CMakeLists.txt
===================================================================
--- wsjtx/CMakeLists.txt	(revision 8382)
+++ wsjtx/CMakeLists.txt	(working copy)
@@ -866,6 +866,7 @@
 find_package (Qt5Widgets 5 REQUIRED)
 find_package (Qt5Multimedia 5 REQUIRED)
 find_package (Qt5PrintSupport 5 REQUIRED)
+find_package (Qt5SerialPort 5 REQUIRED)
 
 if (WIN32)
   add_definitions (-DQT_NEEDS_QTMAIN)