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 ae1f8e7..bb4711b 100644 --- a/client/client.pro +++ b/client/client.pro @@ -35,6 +35,7 @@ HEADERS += \ widgets/multilist.h \ widgets/textedit.h \ widgets/button.h \ + widgets/dbwidget.h \ widgets/combobox.h \ widgets/listbox.h \ widgets/frame.h \ @@ -60,6 +61,7 @@ SOURCES += \ widgets/textedit.cc \ widgets/button.cc \ widgets/combobox.cc \ + widgets/dbwidget.cc \ widgets/listbox.cc \ widgets/frame.cc \ widgets/groupbox.cc \ |