diff options
author | deva <deva> | 2008-06-16 14:49:55 +0000 |
---|---|---|
committer | deva <deva> | 2008-06-16 14:49:55 +0000 |
commit | 9bdb1cadd2639455a6eab5135fc6ce6955d0def0 (patch) | |
tree | 1a0486af6925d3fcec923d582d422f34f3e03d63 /client/client.pro | |
parent | 604af960ebd5cc7542c710a0a10338625f81e53d (diff) |
Oups - too many closing brackets...
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 4d4f82d..37a8da1 100644 --- a/client/client.pro +++ b/client/client.pro @@ -31,6 +31,7 @@ HEADERS += \ widgets/widget.h \ widgets/label.h \ widgets/lineedit.h \ + widgets/multilist.h \ widgets/textedit.h \ widgets/pushbutton.h \ widgets/combobox.h \ @@ -51,6 +52,7 @@ SOURCES += \ widgets/widget.cc \ widgets/label.cc \ widgets/lineedit.cc \ + widgets/multilist.cc \ widgets/textedit.cc \ widgets/pushbutton.cc \ widgets/combobox.cc \ |