From 56c9ebb2e41bd0487199ed95838cd9e1c1d9dd8d Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Thu, 24 Sep 2015 17:48:33 -0300 Subject: Added placeholder object for history graph; smaller main window. --- pm.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pm.pro') diff --git a/pm.pro b/pm.pro index 48c4d35..6d67c88 100644 --- a/pm.pro +++ b/pm.pro @@ -5,6 +5,7 @@ QMAKE_LIBS += -larmadillo -fopenmp HEADERS += colorscale.h \ continuouscolorscale.h \ scatterplot.h \ + historygraph.h \ interactionhandler.h \ selectionhandler.h \ effectivenessobserver.h \ @@ -16,6 +17,7 @@ SOURCES += main.cpp \ colorscale.cpp \ continuouscolorscale.cpp \ scatterplot.cpp \ + historygraph.cpp \ interactionhandler.cpp \ selectionhandler.cpp \ effectivenessobserver.cpp \ -- cgit v1.2.3