From 856f360af08e036d6b3ba3610549a812f0364e99 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Wed, 8 Feb 2017 13:54:10 +0100 Subject: [PATCH] added eigenlib to the include path of the pro --- apps/tridecimator/tridecimator.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tridecimator/tridecimator.pro b/apps/tridecimator/tridecimator.pro index e410f4f3..3c7db7c3 100644 --- a/apps/tridecimator/tridecimator.pro +++ b/apps/tridecimator/tridecimator.pro @@ -1,7 +1,7 @@ TARGET = tridecimator DEPENDPATH += ../.. -INCLUDEPATH += . ../.. +INCLUDEPATH += . ../.. ../../eigenlib CONFIG += console stl c++11 debug_and_release TEMPLATE = app HEADERS +=