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