aboutsummaryrefslogtreecommitdiff
path: root/pm.pro
diff options
context:
space:
mode:
Diffstat (limited to 'pm.pro')
-rw-r--r--pm.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/pm.pro b/pm.pro
index 3ca2aaa..92b13e7 100644
--- a/pm.pro
+++ b/pm.pro
@@ -3,16 +3,33 @@ QT += qml quick widgets
QMAKE_CXXFLAGS += -std=c++11 -fopenmp
QMAKE_LIBS += -larmadillo -fopenmp
HEADERS += colorscale.h \
+ continuouscolorscale.h \
+ geometry.h \
+ scale.h \
scatterplot.h \
+ historygraph.h \
interactionhandler.h \
+ selectionhandler.h \
+ effectivenessobserver.h \
+ distortionobserver.h \
+ distortionmeasure.h \
+ npdistortion.h \
mp.h
SOURCES += main.cpp \
colorscale.cpp \
+ continuouscolorscale.cpp \
+ geometry.cpp \
scatterplot.cpp \
+ historygraph.cpp \
interactionhandler.cpp \
+ selectionhandler.cpp \
+ effectivenessobserver.cpp \
+ distortionobserver.cpp \
+ npdistortion.cpp \
lamp.cpp \
forceScheme.cpp \
tsne.cpp \
+ measures.cpp \
dist.cpp
RESOURCES += pm.qrc