aboutsummaryrefslogtreecommitdiff
path: root/pm.pro
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2015-05-18 18:33:50 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2015-05-21 18:09:02 -0300
commita96f9f1a2688c215c478cfbee5748b4bb2043a43 (patch)
tree0f46c89bc7eaa08994faa1095b480baaa1f64c72 /pm.pro
parent54571b4a4dcc076923325ee09ad348f389fc25a5 (diff)
Updated UI.
- Removed unnecessary UI elements from QML file; - Added the ColorScale class and implemented glyph color mapping from class labels; - Mark geometry nodes of individual glyphs as dirty when updating the scene graph.
Diffstat (limited to 'pm.pro')
-rw-r--r--pm.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/pm.pro b/pm.pro
index 2ba534d..1c6e26a 100644
--- a/pm.pro
+++ b/pm.pro
@@ -1,9 +1,12 @@
QT += qml quick
+QMAKE_CXXFLAGS += -std=c++11
QMAKE_LIBS += -larmadillo
-HEADERS += scatterplot.h \
+HEADERS += colorscale.h \
+ scatterplot.h \
mp.h
SOURCES += main.cpp \
+ colorscale.cpp \
scatterplot.cpp \
lamp.cpp \
forceScheme.cpp \