From 6a7b60784a44013156382843a5e72af272810674 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Fri, 22 May 2015 18:40:07 -0300 Subject: Improvements to UI and performance. --- pm.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pm.pro') diff --git a/pm.pro b/pm.pro index 9608b89..af9a10d 100644 --- a/pm.pro +++ b/pm.pro @@ -1,7 +1,7 @@ QT += qml quick widgets -QMAKE_CXXFLAGS += -std=c++11 -QMAKE_LIBS += -larmadillo +QMAKE_CXXFLAGS += -std=c++11 -fopenmp +QMAKE_LIBS += -larmadillo -fopenmp HEADERS += colorscale.h \ scatterplot.h \ interactionhandler.h \ -- cgit v1.2.3