diff options
author | Lars Bisballe Jensen <larsbisballe@gmail.com> | 2011-10-13 15:00:44 +0200 |
---|---|---|
committer | Lars Bisballe Jensen <larsbisballe@gmail.com> | 2011-10-13 15:00:44 +0200 |
commit | a7bed594a9fafa98ee4f8d03a93c1b1f489d82d6 (patch) | |
tree | fac5aa6015b377972c56e86ac1511e2769e604d6 | |
parent | 75e5e02f9cf72058c512601b54b065650fd4001c (diff) |
added AboutBox entries for both cc and h files
-rw-r--r-- | client/client.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro index 44fc02c..4ba5e79 100644 --- a/client/client.pro +++ b/client/client.pro @@ -64,6 +64,8 @@ HEADERS += \ resumewidget.h \ template.h \ widgets.h \ + expandbutton.h \ + aboutbox.h \ widgets/common.h \ widgets/widget.h \ widgets/label.h \ @@ -102,6 +104,8 @@ SOURCES += \ netcom.cc \ resumewidget.cc \ template.cc \ + expandbutton.cc \ + aboutbox.cc \ widgets/common.cc \ widgets/widget.cc \ widgets/label.cc \ |