summaryrefslogtreecommitdiff
path: root/client/client.pro
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2011-10-19 10:06:28 +0200
committerdeva <deva@solar.(none)>2011-10-19 10:06:59 +0200
commit611f9ce04145d9934dc3c8dc451f0a38721f89dc (patch)
treec6fff54c49835b6b901fb2457bf1e34cbefd6db7 /client/client.pro
parent305ae3dc902594a597161b8243e7a590572374cc (diff)
Some reorganisation, preparing for much more pcpview stuff.
Diffstat (limited to 'client/client.pro')
-rw-r--r--client/client.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/client.pro b/client/client.pro
index dd926a9..c6c7e86 100644
--- a/client/client.pro
+++ b/client/client.pro
@@ -49,13 +49,13 @@ HEADERS += \
macrodrawer.h \
messagebox.h \
netcom.h \
- pcpviewer.h \
praxisd.h \
resumewidget.h \
template.h \
widgets.h \
expandbutton.h \
aboutbox.h \
+ pcpviewer/pcpviewer.h \
widgets/common.h \
widgets/widget.h \
widgets/label.h \
@@ -92,12 +92,12 @@ SOURCES += \
macrodrawer.cc \
messagebox.cc \
netcom.cc \
- pcpviewer.cc \
praxisd.cc \
resumewidget.cc \
template.cc \
expandbutton.cc \
aboutbox.cc \
+ pcpviewer/pcpviewer.cc \
widgets/common.cc \
widgets/widget.cc \
widgets/label.cc \