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 61b63fb..6df6c3f 100644 --- a/client/client.pro +++ b/client/client.pro @@ -28,6 +28,7 @@ HEADERS += \ lua.h \ macrowindow.h \ mainwindow.h \ + macrodrawer.h \ netcom.h \ resumewidget.h \ widgetbuilder.h \ @@ -39,6 +40,7 @@ HEADERS += \ widgets/multilist.h \ widgets/textedit.h \ widgets/button.h \ + widgets/datetime.h \ widgets/dbwidget.h \ widgets/combobox.h \ widgets/listbox.h \ @@ -58,6 +60,7 @@ SOURCES += \ lua.cc \ macrowindow.cc \ mainwindow.cc \ + macrodrawer.cc \ netcom.cc \ resumewidget.cc \ widgetbuilder.cc \ @@ -69,6 +72,7 @@ SOURCES += \ widgets/textedit.cc \ widgets/button.cc \ widgets/combobox.cc \ + widgets/datetime.cc \ widgets/dbwidget.cc \ widgets/listbox.cc \ widgets/frame.cc \ |