QMAKE_LFLAGS = -fopenmp
QMAKE_CXXFLAGS_DEBUG = -fopenmp
QMAKE_CXXFLAGS_RELEASE += -fopenmp
win32:LIBS += -lgomp -lpthread
