From 483c16bcbbab7ffc3782d766169c7f51f4572399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4berich?= Date: Sun, 12 Feb 2023 23:05:47 +0100 Subject: [PATCH] add missing form to test project --- Software/PC_Application/LibreVNA-Test/LibreVNA-Test.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Software/PC_Application/LibreVNA-Test/LibreVNA-Test.pro b/Software/PC_Application/LibreVNA-Test/LibreVNA-Test.pro index ffc7b53..09bb9c2 100644 --- a/Software/PC_Application/LibreVNA-Test/LibreVNA-Test.pro +++ b/Software/PC_Application/LibreVNA-Test/LibreVNA-Test.pro @@ -351,11 +351,13 @@ FORMS += \ ../LibreVNA-GUI/CustomWidgets/jsonpickerdialog.ui \ ../LibreVNA-GUI/CustomWidgets/tilewidget.ui \ ../LibreVNA-GUI/CustomWidgets/touchstoneimport.ui \ + ../LibreVNA-GUI/Device/LibreVNA/Compound/compounddriversettingswidget.ui \ ../LibreVNA-GUI/Device/LibreVNA/addamplitudepointsdialog.ui \ ../LibreVNA-GUI/Device/LibreVNA/amplitudecaldialog.ui \ ../LibreVNA-GUI/Device/LibreVNA/automaticamplitudedialog.ui \ ../LibreVNA-GUI/Device/LibreVNA/firmwareupdatedialog.ui \ ../LibreVNA-GUI/Device/LibreVNA/frequencycaldialog.ui \ + ../LibreVNA-GUI/Device/LibreVNA/librevnadriversettingswidget.ui \ ../LibreVNA-GUI/Device/LibreVNA/manualcontroldialog.ui \ ../LibreVNA-GUI/Device/LibreVNA/Compound/compounddeviceeditdialog.ui \ ../LibreVNA-GUI/Device/devicelog.ui \