diff options
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 \ |