summaryrefslogtreecommitdiff
path: root/client/client.pro
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2011-10-12 08:08:15 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2011-10-12 08:08:15 +0200
commit29b92e2906823878a7c516dc454d9ae8654de8fb (patch)
tree425fc23c0b73bea0d317274b50c930aadc39b10a /client/client.pro
parent1200aa5154c9a1a35156d659818ab631a79f4b0d (diff)
Initial work on pcp viewer including a new Praxisd class based on Qt-only components.
Diffstat (limited to 'client/client.pro')
-rw-r--r--client/client.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro
index 44fc02c..445f29f 100644
--- a/client/client.pro
+++ b/client/client.pro
@@ -61,6 +61,7 @@ HEADERS += \
macrodrawer.h \
messagebox.h \
netcom.h \
+ pcpviewer.h \
resumewidget.h \
template.h \
widgets.h \
@@ -100,6 +101,7 @@ SOURCES += \
macrodrawer.cc \
messagebox.cc \
netcom.cc \
+ pcpviewer.cc \
resumewidget.cc \
template.cc \
widgets/common.cc \