diff options
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro index d53c69a..9f4de5f 100644 --- a/client/client.pro +++ b/client/client.pro @@ -66,6 +66,7 @@ HEADERS += \ widgets/radiobutton.h \ widgets/radiobuttons.h \ widgets/checkbox.h \ + widgets/checkgroupbox.h \ widgets/window.h \ widgets/altcombobox.h \ widgets/metawidget.h @@ -102,6 +103,7 @@ SOURCES += \ widgets/radiobutton.cc \ widgets/radiobuttons.cc \ widgets/checkbox.cc \ + widgets/checkgroupbox.cc \ widgets/window.cc \ widgets/altcombobox.cc \ widgets/metawidget.cc |