summaryrefslogtreecommitdiff
path: root/client/client.pro
diff options
context:
space:
mode:
authordeva <deva>2010-08-28 13:54:43 +0000
committerdeva <deva>2010-08-28 13:54:43 +0000
commite90442fe60c1e758709419767970b77cdfd2e3a8 (patch)
tree6c041032df5dc78d634404facc9784adfd93c757 /client/client.pro
parent02b791c8edb911895b5e71e6521db1d6799c34c8 (diff)
Initial (untested) shot at a lua<->QSql wrapper.
Diffstat (limited to 'client/client.pro')
-rw-r--r--client/client.pro2
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 \