From e45490eb931a53b55202b5a0423dc8b006f4db16 Mon Sep 17 00:00:00 2001 From: Russel Waters <6511720+argakiig@users.noreply.github.com> Date: Fri, 6 Aug 2021 05:45:12 -0700 Subject: [PATCH] test_common not required for qt only for qt_test (#3415) --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7db5c61a..07ea6e7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -639,7 +639,6 @@ if(NANO_GUI OR RAIBLOCKS_GUI) node secure nano_lib - test_common libminiupnpc-static Qt5::Gui Qt5::Widgets)