diff options
author | deva <deva> | 2008-06-18 11:03:34 +0000 |
---|---|---|
committer | deva <deva> | 2008-06-18 11:03:34 +0000 |
commit | 8c3994b02e3a0cf81ead56c8dcfefb67be078328 (patch) | |
tree | 7bf98b5b9438e0f64725bfc12a34b98c20583116 /client/client.pro | |
parent | b681594b7e4f9a5375b555b152d661581c600a96 (diff) |
Restructured widget building, completed inital version of MultiList with format string parsing, db commiting and rereading.
Diffstat (limited to 'client/client.pro')
-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 37a8da1..49b718a 100644 --- a/client/client.pro +++ b/client/client.pro @@ -23,10 +23,12 @@ unix { } HEADERS += \ + formatparser.h \ lua.h \ macro.h \ macrowindow.h \ sendrecieve.h \ + widgetbuilder.h \ widgets.h \ widgets/widget.h \ widgets/label.h \ @@ -45,10 +47,12 @@ HEADERS += \ SOURCES += \ pracro.cc \ + formatparser.cc \ lua.cc \ macro.cc \ macrowindow.cc \ sendrecieve.cc \ + widgetbuilder.cc \ widgets/widget.cc \ widgets/label.cc \ widgets/lineedit.cc \ |