From ae776271a294c9018cce7b9b73f380e3dc0e122c Mon Sep 17 00:00:00 2001 From: John Wiseman Date: Tue, 30 Aug 2022 11:42:56 +0100 Subject: [PATCH] Add colorconfig.ui --- QtTermTCP.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/QtTermTCP.pro b/QtTermTCP.pro index e802688..1240612 100644 --- a/QtTermTCP.pro +++ b/QtTermTCP.pro @@ -37,8 +37,9 @@ HEADERS += QtTermTCP.h\ FORMS += QtTermTCP.ui\ ListenPort.ui \ AGWParams.ui \ - VARAConfig.ui \ + % VARAConfig.ui \ KISSConfig.ui \ + ColourConfig.ui \ AGWConnect.ui RESOURCES += QtTermTCP.qrc