mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
LP-530 GCS: make it possible to switch to msys2 provided eigen lib
This commit is contained in:
parent
bac194595d
commit
4d73190806
@ -12,7 +12,13 @@ win32 {
|
||||
|
||||
include(config_dependencies.pri)
|
||||
|
||||
INCLUDEPATH += ../../libs/eigen
|
||||
MINGW_DIR = $$clean_path($$(MINGW_DIR))
|
||||
|
||||
EIGEN_INCLUDE = ../../libs/eigen
|
||||
#EIGEN_INCLUDE = $$MINGW_DIR/include/eigen3
|
||||
message(Using eigen from here: $$EIGEN_INCLUDE)
|
||||
|
||||
INCLUDEPATH += $$EIGEN_INCLUDE
|
||||
|
||||
HEADERS += \
|
||||
configplugin.h \
|
||||
|
@ -585,6 +585,7 @@ ifeq ($(UNAME), Windows)
|
||||
|
||||
ifeq ($(shell [ -d "$(MINGW_DIR)" ] && $(ECHO) "exists"), exists)
|
||||
# set MinGW binary and library paths (QTMINGW is used by qmake, do not rename)
|
||||
export MINGW_DIR := $(MINGW_DIR)
|
||||
export QTMINGW := $(MINGW_DIR)/bin
|
||||
export PATH := $(QTMINGW):$(PATH)
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user