diff options
author | deva <deva> | 2011-06-14 12:59:50 +0000 |
---|---|---|
committer | deva <deva> | 2011-06-14 12:59:50 +0000 |
commit | 72b7577583c0bdcc3b2b78687092b448e73a2e98 (patch) | |
tree | 1cad6420138d5ebe11f5e6deff781887177d92b9 /client/docgen/docgen.pro | |
parent | a949a28ef255983bf1b3b52eb90f1859240a897b (diff) |
Create screenshots from xml code in the annotations.
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 \ |