diff options
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 10 |
1 files changed, 10 insertions, 0 deletions
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 \ |