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 ec91339..162bf22 100644 --- a/client/client.pro +++ b/client/client.pro @@ -41,6 +41,7 @@ HEADERS += \ messagebox.h \ netcom.h \ resumewidget.h \ + viewer.h \ widgetbuilder.h \ widgets.h \ widgets/common.h \ @@ -75,6 +76,7 @@ SOURCES += \ messagebox.cc \ netcom.cc \ resumewidget.cc \ + viewer.cc \ widgetbuilder.cc \ widgets/common.cc \ widgets/widget.cc \ |