aboutsummaryrefslogtreecommitdiff
path: root/pm.pro
diff options
context:
space:
mode:
Diffstat (limited to 'pm.pro')
-rw-r--r--pm.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/pm.pro b/pm.pro
index de669cd..48c4d35 100644
--- a/pm.pro
+++ b/pm.pro
@@ -6,6 +6,8 @@ HEADERS += colorscale.h \
continuouscolorscale.h \
scatterplot.h \
interactionhandler.h \
+ selectionhandler.h \
+ effectivenessobserver.h \
distortionobserver.h \
distortionmeasure.h \
npdistortion.h \
@@ -15,6 +17,8 @@ SOURCES += main.cpp \
continuouscolorscale.cpp \
scatterplot.cpp \
interactionhandler.cpp \
+ selectionhandler.cpp \
+ effectivenessobserver.cpp \
distortionobserver.cpp \
npdistortion.cpp \
lamp.cpp \