diff options
author | deva <deva> | 2008-09-01 15:34:07 +0000 |
---|---|---|
committer | deva <deva> | 2008-09-01 15:34:07 +0000 |
commit | c2be175d8f3e6cc471d53d3918423b3a3eabbc30 (patch) | |
tree | 2623f66bb2c6f663a8a51d404f303594bbbf986b /client/client.pro | |
parent | dad63d9d9e3b6dc0dc0a6371558da2b0a5654fa1 (diff) |
Added DBWidget.
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 ae1f8e7..bb4711b 100644 --- a/client/client.pro +++ b/client/client.pro @@ -35,6 +35,7 @@ HEADERS += \ widgets/multilist.h \ widgets/textedit.h \ widgets/button.h \ + widgets/dbwidget.h \ widgets/combobox.h \ widgets/listbox.h \ widgets/frame.h \ @@ -60,6 +61,7 @@ SOURCES += \ widgets/textedit.cc \ widgets/button.cc \ widgets/combobox.cc \ + widgets/dbwidget.cc \ widgets/listbox.cc \ widgets/frame.cc \ widgets/groupbox.cc \ |