aboutsummaryrefslogtreecommitdiff
path: root/pm.pro
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2015-05-20 18:53:07 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2015-05-20 18:53:07 -0300
commit07eb2224a70e29683ec9fd5008662ede32c05639 (patch)
tree024ee0050cf68534b2e977d48c266303a2c9bdc8 /pm.pro
parentecc6ada9f64a9858f29b5da2e733fec0ec6f8bad (diff)
Nearly complete implementation of interaction.
Interaction still does not work due to signals not being correctly emitted.
Diffstat (limited to 'pm.pro')
-rw-r--r--pm.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/pm.pro b/pm.pro
index 1c6e26a..0d0f153 100644
--- a/pm.pro
+++ b/pm.pro
@@ -4,10 +4,12 @@ QMAKE_CXXFLAGS += -std=c++11
QMAKE_LIBS += -larmadillo
HEADERS += colorscale.h \
scatterplot.h \
+ interactionhandler.h \
mp.h
SOURCES += main.cpp \
colorscale.cpp \
scatterplot.cpp \
+ interactionhandler.cpp \
lamp.cpp \
forceScheme.cpp \
dist.cpp