summaryrefslogtreecommitdiff
path: root/client/client.pro
diff options
context:
space:
mode:
authorLars Bisballe Jensen <larsbisballe@gmail.com>2011-11-03 11:34:04 +0100
committerLars Bisballe Jensen <larsbisballe@gmail.com>2011-11-03 11:34:04 +0100
commitfa13e95b495e49316524c27f6045c1c3cd2547ca (patch)
tree60c35916947217ff43049e5a6efed8a2c033bf66 /client/client.pro
parent592211cbd4b710caf8934e2806e259415087f69d (diff)
parent140d002d641d22d2dc9e9a1e7c234b747c979a16 (diff)
Merge branch 'master' of http://git.aasimon.org/public/pracro
Diffstat (limited to 'client/client.pro')
-rw-r--r--client/client.pro10
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 \