summaryrefslogtreecommitdiff
path: root/client/client.pro
diff options
context:
space:
mode:
authorLars Bisballe Jensen <larsbisballe@gmail.com>2011-10-13 15:00:44 +0200
committerLars Bisballe Jensen <larsbisballe@gmail.com>2011-10-13 15:00:44 +0200
commita7bed594a9fafa98ee4f8d03a93c1b1f489d82d6 (patch)
treefac5aa6015b377972c56e86ac1511e2769e604d6 /client/client.pro
parent75e5e02f9cf72058c512601b54b065650fd4001c (diff)
added AboutBox entries for both cc and h files
Diffstat (limited to 'client/client.pro')
-rw-r--r--client/client.pro4
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 \