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 4d4f82d..37a8da1 100644 --- a/client/client.pro +++ b/client/client.pro @@ -31,6 +31,7 @@ HEADERS += \ widgets/widget.h \ widgets/label.h \ widgets/lineedit.h \ + widgets/multilist.h \ widgets/textedit.h \ widgets/pushbutton.h \ widgets/combobox.h \ @@ -51,6 +52,7 @@ SOURCES += \ widgets/widget.cc \ widgets/label.cc \ widgets/lineedit.cc \ + widgets/multilist.cc \ widgets/textedit.cc \ widgets/pushbutton.cc \ widgets/combobox.cc \ |