diff options
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro index 9f4de5f..1481204 100644 --- a/client/client.pro +++ b/client/client.pro @@ -31,6 +31,18 @@ win32 { unix { LIBS += -llua + LIBS += -lcurl -lexpat + + HEADERS += \ + ../server/src/praxisd.h \ + ../server/src/saxparser.h \ + ../server/src/debug.h + + SOURCES += \ + ../server/src/praxisd.cc \ + ../server/src/saxparser.cc + + DEFINES += WITH_PRAXISD } HEADERS += \ @@ -41,6 +53,7 @@ HEADERS += \ launcherwindow.h \ lua.h \ luadb.h \ + luapraxisd.h \ luawidget.h \ macro.h \ macrowindow.h \ @@ -79,6 +92,7 @@ SOURCES += \ launcherwindow.cc \ lua.cc \ luadb.cc \ + luapraxisd.cc \ luawidget.cc \ macro.cc \ macrowindow.cc \ |