diff options
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/client/client.pro b/client/client.pro index 9cc726b..61b63fb 100644 --- a/client/client.pro +++ b/client/client.pro @@ -47,7 +47,9 @@ HEADERS += \ widgets/radiobutton.h \ widgets/radiobuttons.h \ widgets/checkbox.h \ - widgets/window.h + widgets/window.h \ + widgets/altcombobox.h \ + widgets/metawidget.h SOURCES += \ pracro.cc \ @@ -74,4 +76,6 @@ SOURCES += \ widgets/radiobutton.cc \ widgets/radiobuttons.cc \ widgets/checkbox.cc \ - widgets/window.cc + widgets/window.cc \ + widgets/altcombobox.cc \ + widgets/metawidget.cc |