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