diff options
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 3758693..877f19f 100644 --- a/client/client.pro +++ b/client/client.pro @@ -36,6 +36,7 @@ HEADERS += \ collapser.h \ debug.h \ lua.h \ + luadb.h \ luawidget.h \ macro.h \ macrowindow.h \ @@ -72,6 +73,7 @@ SOURCES += \ collapser.cc \ debug.cc \ lua.cc \ + luadb.cc \ luawidget.cc \ macro.cc \ macrowindow.cc \ |