diff options
Diffstat (limited to 'pm.pro')
-rw-r--r-- | pm.pro | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,7 @@ HEADERS += main.h \ scatterplot.h \ voronoisplat.h \ historygraph.h \ + barchart.h \ interactionhandler.h \ selectionhandler.h \ effectivenessobserver.h \ @@ -28,6 +29,7 @@ SOURCES += main.cpp \ scatterplot.cpp \ voronoisplat.cpp \ historygraph.cpp \ + barchart.cpp \ interactionhandler.cpp \ selectionhandler.cpp \ effectivenessobserver.cpp \ |