diff options
Diffstat (limited to 'client/docgen/docgen.pro')
-rw-r--r-- | client/docgen/docgen.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/docgen/docgen.pro b/client/docgen/docgen.pro index 79308b8..a99c43a 100644 --- a/client/docgen/docgen.pro +++ b/client/docgen/docgen.pro @@ -15,11 +15,13 @@ win32 { INCLUDEPATH += lua/include LIBS += -llua51 DEFINES += HOST_WIN32 + LIBS += -lcurl -lexpat } unix { LIBS += -llua LIBS += -lqjson + LIBS += -lcurl -lexpat } # Input @@ -33,6 +35,9 @@ SOURCES += \ ../lua.cc \ ../luawidget.cc \ ../luadb.cc \ + ../luapraxisd.cc \ + ../../server/src/praxisd.cc \ + ../../server/src/saxparser.cc \ ../messagebox.cc \ ../macrowindow.cc \ ../collapser.cc \ |