diff options
Diffstat (limited to 'pm.pro')
-rw-r--r-- | pm.pro | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |