From 75bb6dff89d20778d17358d409298f27260e5d13 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Tue, 21 Feb 2017 17:16:54 +0100 Subject: [PATCH] Updated the pro to the new eigen path --- apps/sample/trimesh_QT/trimesh_qt.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/sample/trimesh_QT/trimesh_qt.pro b/apps/sample/trimesh_QT/trimesh_qt.pro index 8a3c7fc6..fd1e6692 100644 --- a/apps/sample/trimesh_QT/trimesh_qt.pro +++ b/apps/sample/trimesh_QT/trimesh_qt.pro @@ -17,6 +17,7 @@ OBJECTS_DIR = build/obj # Lib headers INCLUDEPATH += . INCLUDEPATH += ../../.. +INCLUDEPATH += ../../../eigenlib # Lib sources SOURCES += ../../../wrap/ply/plylib.cpp