aboutsummaryrefslogtreecommitdiff
path: root/pm.pro
diff options
context:
space:
mode:
Diffstat (limited to 'pm.pro')
-rw-r--r--pm.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/pm.pro b/pm.pro
index f864b96..5678c22 100644
--- a/pm.pro
+++ b/pm.pro
@@ -14,7 +14,9 @@ HEADERS += main.h \
colormap.h \
historygraph.h \
barchart.h \
- interactionhandler.h \
+ manipulationhandler.h \
+ mapscalehandler.h \
+ numericrange.h \
selectionhandler.h \
projectionobserver.h \
skelft.h \
@@ -29,7 +31,8 @@ SOURCES += main.cpp \
colormap.cpp \
historygraph.cpp \
barchart.cpp \
- interactionhandler.cpp \
+ manipulationhandler.cpp \
+ mapscalehandler.cpp \
selectionhandler.cpp \
projectionobserver.cpp \
skelft_core.cpp \