added eigenlib to the include path of the pro
This commit is contained in:
parent
b887f27e94
commit
856f360af0
|
@ -1,7 +1,7 @@
|
|||
|
||||
TARGET = tridecimator
|
||||
DEPENDPATH += ../..
|
||||
INCLUDEPATH += . ../..
|
||||
INCLUDEPATH += . ../.. ../../eigenlib
|
||||
CONFIG += console stl c++11 debug_and_release
|
||||
TEMPLATE = app
|
||||
HEADERS +=
|
||||
|
|
Loading…
Reference in New Issue