summaryrefslogtreecommitdiff
path: root/client/client.pro
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2011-10-12 12:09:50 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2011-10-12 12:09:50 +0200
commitffc19fdcd0845dbd85c2bba990c590fcc5fba670 (patch)
treef8a397c2c3a24f2b7fe180c7402f36919e784179 /client/client.pro
parent29b92e2906823878a7c516dc454d9ae8654de8fb (diff)
Finalised the praxisd communination code. Still untested though...
Diffstat (limited to 'client/client.pro')
-rw-r--r--client/client.pro14
1 files changed, 2 insertions, 12 deletions
diff --git a/client/client.pro b/client/client.pro
index 445f29f..97d9d7d 100644
--- a/client/client.pro
+++ b/client/client.pro
@@ -31,18 +31,6 @@ 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 += \
@@ -62,6 +50,7 @@ HEADERS += \
messagebox.h \
netcom.h \
pcpviewer.h \
+ praxisd.h \
resumewidget.h \
template.h \
widgets.h \
@@ -102,6 +91,7 @@ SOURCES += \
messagebox.cc \
netcom.cc \
pcpviewer.cc \
+ praxisd.cc \
resumewidget.cc \
template.cc \
widgets/common.cc \