aboutsummaryrefslogtreecommitdiff
path: root/pm.pro
diff options
context:
space:
mode:
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 c6e0cb0..98b1f89 100644
--- a/pm.pro
+++ b/pm.pro
@@ -21,6 +21,7 @@ unix {
HEADERS += main.h \
colorscale.h \
continuouscolorscale.h \
+ divergentcolorscale.h \
geometry.h \
scale.h \
scatterplot.h \
@@ -43,6 +44,7 @@ HEADERS += main.h \
SOURCES += main.cpp \
colorscale.cpp \
continuouscolorscale.cpp \
+ divergentcolorscale.cpp \
geometry.cpp \
scatterplot.cpp \
voronoisplat.cpp \