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 e6d5be8..ae1f8e7 100644 --- a/client/client.pro +++ b/client/client.pro @@ -28,6 +28,7 @@ HEADERS += \ netcom.h \ widgetbuilder.h \ widgets.h \ + widgets/common.h \ widgets/widget.h \ widgets/label.h \ widgets/lineedit.h \ @@ -51,6 +52,7 @@ SOURCES += \ macrowindow.cc \ netcom.cc \ widgetbuilder.cc \ + widgets/common.cc \ widgets/widget.cc \ widgets/label.cc \ widgets/lineedit.cc \ |