From 82a2317dd87c0011717c0c29d3d171bb5ee81242 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 3 Nov 2011 10:40:04 +0100 Subject: Initial version of complete pcpraxis viewer, with patient info, journal view and docmenu. --- client/client.pro | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'client/client.pro') diff --git a/client/client.pro b/client/client.pro index c6c7e86..61a6e06 100644 --- a/client/client.pro +++ b/client/client.pro @@ -56,6 +56,11 @@ HEADERS += \ expandbutton.h \ aboutbox.h \ pcpviewer/pcpviewer.h \ + pcpviewer/pcpjournal.h \ + pcpviewer/pcppatient.h \ + pcpviewer/pcpdocuments.h \ + pcpviewer/pcpdoc.h \ + pcpviewer/pcpimage.h \ widgets/common.h \ widgets/widget.h \ widgets/label.h \ @@ -98,6 +103,11 @@ SOURCES += \ expandbutton.cc \ aboutbox.cc \ pcpviewer/pcpviewer.cc \ + pcpviewer/pcpjournal.cc \ + pcpviewer/pcppatient.cc \ + pcpviewer/pcpdocuments.cc \ + pcpviewer/pcpdoc.cc \ + pcpviewer/pcpimage.cc \ widgets/common.cc \ widgets/widget.cc \ widgets/label.cc \ -- cgit v1.2.3