From 72b7577583c0bdcc3b2b78687092b448e73a2e98 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 14 Jun 2011 12:59:50 +0000 Subject: Create screenshots from xml code in the annotations. --- client/docgen/docgen.pro | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/docgen/docgen.pro') 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 \ -- cgit v1.2.3