diff options
author | deva <deva> | 2008-08-28 14:13:48 +0000 |
---|---|---|
committer | deva <deva> | 2008-08-28 14:13:48 +0000 |
commit | 477c9fd7f038cd43207c8634d53d0949814ecb4c (patch) | |
tree | 4d4f849c281aa4402c3f7bd95546c21ebe287e55 /client/client.pro | |
parent | b74d14e7e8625ce1a148105f69e3406f7d88ecd6 (diff) |
Added common stuff in central file. Fixed help text reformatting.
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 \ |