summaryrefslogtreecommitdiff
path: root/client/client.pro
diff options
context:
space:
mode:
authordeva <deva>2008-06-18 11:03:34 +0000
committerdeva <deva>2008-06-18 11:03:34 +0000
commit8c3994b02e3a0cf81ead56c8dcfefb67be078328 (patch)
tree7bf98b5b9438e0f64725bfc12a34b98c20583116 /client/client.pro
parentb681594b7e4f9a5375b555b152d661581c600a96 (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.pro4
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 \